🔄 cleanup: order with 3 key relations, and ckflow now upto speeded
This commit is contained in:
8
packages/logic/domains/order/data/enums.ts
Normal file
8
packages/logic/domains/order/data/enums.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export enum CheckoutStep {
|
||||
Setup = "SETUP",
|
||||
Initial = "INITIAL",
|
||||
Payment = "PAYMENT",
|
||||
Verification = "VERIFICATION",
|
||||
Confirmation = "CONFIRMATION",
|
||||
Complete = "COMPLETE",
|
||||
}
|
||||
Reference in New Issue
Block a user