Skip to content

Commit

Permalink
Merge pull request #2 from temporalio/rh-order-fail
Browse files Browse the repository at this point in the history
Add new order status.
  • Loading branch information
robholland authored Jun 21, 2024
2 parents ec4aa09 + 57c5628 commit 10990f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/types/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export type OrderStatus =
| 'processing'
| 'customerActionRequired'
| 'completed'
| 'failed'
| 'cancelled';

export interface Order {
Expand Down

0 comments on commit 10990f7

Please sign in to comment.