Skip to content

Commit

Permalink
Add setup_intent.canceled and setup_intent.requires_action callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjason committed Apr 29, 2022
1 parent 27d57fd commit c8ef601
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Unreleased

- Add setup_intent.canceled and setup_intent.requires_action callbacks. Thanks @jamesjason !

## 2.3.3 (2021-12-17)

Expand Down
2 changes: 2 additions & 0 deletions lib/stripe/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ module Callbacks
callback 'recipient.updated'
callback 'review.closed'
callback 'review.opened'
callback 'setup_intent.canceled'
callback 'setup_intent.created'
callback 'setup_intent.requires_action'
callback 'setup_intent.setup_failed'
callback 'setup_intent.succeeded'
callback 'sigma.scheduled_query_run.created'
Expand Down

0 comments on commit c8ef601

Please sign in to comment.