Skip to content

Commit

Permalink
Merge pull request #213 from lesliepoolman/master
Browse files Browse the repository at this point in the history
Add Subscription Schedule and Tax Rate Callbacks
  • Loading branch information
tansengming authored Oct 15, 2021
2 parents 319d623 + dc0c081 commit 810aa7e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/stripe/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,15 @@ module Callbacks
callback 'source.chargeable'
callback 'source.failed'
callback 'source.transaction.created'
callback 'subscription_schedule.aborted'
callback 'subscription_schedule.canceled'
callback 'subscription_schedule.completed'
callback 'subscription_schedule.created'
callback 'subscription_schedule.expiring'
callback 'subscription_schedule.released'
callback 'subscription_schedule.updated'
callback 'tax_rate.created'
callback 'tax_rate.updated'
callback 'transfer.created'
callback 'transfer.reversed'
callback 'transfer.updated'
Expand Down

0 comments on commit 810aa7e

Please sign in to comment.