chargify / chargify_api_ares

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

Subscription::Preview resource #129

Open BAJ- opened 8 years ago

BAJ- commented 8 years ago

Add Chargify::Subscription::Preview resource to allow the following:

subscription_preview = Chargify::Subscription::Preview.create( ... )
wsmoak commented 8 years ago

https://docs.chargify.com/api-subscription-preview was added to the API fairly recently and it doesn't look like support was added to the gem yet.