Make products table more consistent with other tables
This commit is contained in:
@@ -9,6 +9,15 @@ import zipcodesUs from "zipcodes-us";
|
||||
import { secToMs } from "@blade-and-brawn/domain";
|
||||
import { EventsService } from "./events";
|
||||
|
||||
export const WOrderStatusSchema = t.Union([
|
||||
t.Literal("pending"),
|
||||
t.Literal("unfulfilled"),
|
||||
t.Literal("fulfilled"),
|
||||
t.Literal("disputed"),
|
||||
t.Literal("dispute-lost"),
|
||||
t.Literal("refunded"),
|
||||
]);
|
||||
|
||||
export class CommerceService {
|
||||
readonly Printful = new PrintfulClient({
|
||||
token: env.PRINTFUL_AUTH,
|
||||
|
||||
Reference in New Issue
Block a user