chargify / chargify_api_ares

A Chargify API wrapper for Ruby using ActiveResource
http://chargify.com
MIT License
160 stars 95 forks source link

Changed Subscription#remove_coupon to use coupon_code instead of code… #165

Closed denisahearn closed 6 years ago

denisahearn commented 6 years ago

… as the query parameter

https://reference.chargify.com/v1/subscriptions-coupons/remove-the-coupon-from-the-subscription

dharmamike commented 6 years ago

@denisahearn Thank you for this change. I've written up an issue documenting the problem this PR fixes at https://github.com/chargify/chargify_api_ares/issues/166.