Skip to content

Commit

Permalink
fix(type): com orderStatusCS
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Feb 12, 2023
1 parent a4f8338 commit b789640
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/type/src/customer-order-management.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export const orderStatusCS = [
'draft',
'registered',
'processing',
'payment-pending',
'payment_pending',
'preparing',
'shipping',
'delayed',
'on-hold',
'on_hold',
'canceled',
'refunded',
] as const;
Expand Down

0 comments on commit b789640

Please sign in to comment.