Skip to content

Commit

Permalink
Merge pull request #218 from jamesjason/add_missing_setup_intent_call…
Browse files Browse the repository at this point in the history
…backs

Add setup_intent.canceled and setup_intent.requires_action callbacks
  • Loading branch information
tansengming authored May 3, 2022
2 parents 27d57fd + c8ef601 commit 16b5676
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 16b5676

Please sign in to comment.