Version 0.3.4 of the chargify_api_ares gem released
Yesterday, we released a new version of the chargify_api_ares gem. This release includes support for the following Chargify features:
- One time Credits
- Subscription Reactivation
- Subscription balance resets
A new attribute, ‘transaction_type’, was added the transaction object to retrieve the type of the transaction (charge, payment, etc.) without conflicting with ruby’s built in #type method.
Finally, a new set of “remote” tests were added. These tests run against a real Chargify site. In order to use these, you’ll need to create a config/remote.yml file (see the remote.example.yml file) with the subdomain and API credentials for your site. The site you choose must be in test mode and use the Chargify Test Gateway. Note that all content will be deleted after the tests run, so we recommend creating a test site to use exclusively for this purpose.
Version 0.3.4 can be found on RubyGems.org: http://rubygems.org/gems/chargify_api_ares