Skip to content

Commit

Permalink
donation.enums.ts: Add guaranteed DonationStatus
Browse files Browse the repository at this point in the history
Match with the values on the backend
  • Loading branch information
sashko9807 committed Oct 20, 2023
1 parent 44d16c9 commit 2be70ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gql/donations.enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export enum DonationStatus {
declined = 'declined',
waiting = 'waiting',
cancelled = 'cancelled',
guaranteed = 'guaranteed',
succeeded = 'succeeded',
deleted = 'deleted',
refund = 'refund',
Expand Down

0 comments on commit 2be70ff

Please sign in to comment.