Skip to content

Commit

Permalink
Add the missing PaymentStatus for the deposit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieledarrigo committed Dec 20, 2024
1 parent ee9d8ce commit d5853f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions typings/enums.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,13 @@ export namespace enums {
interface IPaymentStatus {
Waiting: "WAITING";
Canceled: "CANCELED";
CancelRequested: "CANCEL_REQUESTED";
Expired: "EXPIRED";
ToBeCompleted: "TO_BE_COMPLETED";
NoShow: "NO_SHOW";
NoShowRequested: "NO_SHOW_REQUESTED";
Validated: "VALIDATED";
Failed: "FAILED";
}

interface IShippingPreference {
Expand Down

0 comments on commit d5853f4

Please sign in to comment.