Skip to content

Commit

Permalink
src/donations: Allow status update from status declined (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashko9807 authored Dec 21, 2023
1 parent 5e1bc83 commit 8ec0b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/donations/helpers/donation-status-updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ const changeable: DonationStatus[] = [
DonationStatus.incomplete,
DonationStatus.paymentRequested,
DonationStatus.waiting,
DonationStatus.declined,
DonationStatus.guaranteed,
]
const final: DonationStatus[] = [
DonationStatus.succeeded,
DonationStatus.cancelled,
DonationStatus.deleted,
DonationStatus.declined,
DonationStatus.invalid,
DonationStatus.refund,
]
Expand Down

0 comments on commit 8ec0b82

Please sign in to comment.