tansengming / stripe-rails

A Rails Engine for integrating with Stripe
MIT License
753 stars 123 forks source link

Add Subscription Schedule and Tax Rate Callbacks #213

Closed lesliepoolman closed 2 years ago

lesliepoolman commented 2 years ago

Description Adds callbacks for subscription_schedule.aborted, subscription_schedule.canceled, subscription_schedule.completed, subscription_schedule.created, subscription_schedule.expiring, subscription_schedule.released, subscription_schedule.updated, tax_rate.created and tax_rate.updated. Closes issue #212

tansengming commented 2 years ago

thanks for the PR @lesliepoolman . I'll try to get a release out soon.