- Update oauth2 dependency version, fixes installation issue
- Add plan_id to selected resources
- Remove deprecated resource attributes
- Fix sorting issue in Utils.normalize_params
- Add rake console task
- Add rake version:bump tasks
- Fix user agent formatting
- Relax multi_json dependency
- Add
cancel!
method toSubscription
- Depend on multi_json rather than json
- Include the API version in the user agent header
- Fix parameter encoding in
Client#new_merchant_url
(related to Faraday issue #115) - Allow changing environment / base_url after client init
- Add
webhook_valid?
method toClient
- Make
confirm_resource
play nicely withHashWithIndifferentAccess
- More RFC compliant parameter encoding
- Add
name
toBill
- Add
state
support tonew_{subscription,pre_authorization,bill}_url
- Initial release