spritlesoftware / chargebee-rails-subscriptions

This gem provides developers with the ability to easily integrate chargebee's subscription management into their application backed by active record models.
https://rubygems.org/gems/chargebee_rails
Other
29 stars 25 forks source link

Pull/remove scheduled changes #12

Closed ConfusedVorlon closed 6 years ago

ConfusedVorlon commented 6 years ago

this lets you remove scheduled changes on a subscription.

I use a scheduled change when the billing-count goes down to update at the end of the month. If that changes mid-month, it is useful to get rid of a scheduled change

note - I think the paramaw changes will disappear when/if you accept my pull request containing those commits