Skip to content

Commit

Permalink
Merge pull request #211 from StevenElberger/patch-1
Browse files Browse the repository at this point in the history
Add price callbacks
  • Loading branch information
tansengming authored Sep 17, 2021
2 parents a192bb2 + ce4d3cb commit 4092fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/stripe/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ module Callbacks
callback 'plan.created'
callback 'plan.deleted'
callback 'plan.updated'
callback 'price.created'
callback 'price.deleted'
callback 'price.updated'
callback 'product.created'
callback 'product.deleted'
callback 'product.updated'
Expand Down

0 comments on commit 4092fe2

Please sign in to comment.