-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle Stripe Payment_intent.canceled event (#321)
* added @StripeWebhookHandler('payment_intent.canceled') and consolidated all handlers into a single StripePaymentService class * added tests for stripe hooks and moved test data in separate file Co-authored-by: quantum-grit <[email protected]>
- Loading branch information
1 parent
930eb47
commit f6e4f67
Showing
11 changed files
with
1,470 additions
and
864 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
apps/api/src/donations/events/payment-intent-succeeded.service.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.