Skip to content

Commit

Permalink
Add price callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenElberger authored Sep 9, 2021
1 parent a192bb2 commit ce4d3cb
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 ce4d3cb

Please sign in to comment.