Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.53 KB

changelog.md

File metadata and controls

33 lines (21 loc) · 1.53 KB

= Recurly Ruby Client Library CHANGELOG

== Version 0.4.7 (April 21, 2001)

  • Fix Transaction.refund(amount_in_cents) to pass argument as "amount_in_cents" instead of "amount".
  • Fix error message on timeframe for Subscription.change() argument.

== Version 0.4.6 (April 21, 2011)

  • Changed "unit_amount" to "unit_amount_in_cents" on Subscription object.
  • Added "vat_number" to BillingInfo.
  • Added "unit_amount_in_cents" and "quantity" to Charge and Credit objects.
  • Fixed sending custom user agent string.

== Version 0.4.5 (April 5, 2011)

== Version 0.4.4 (April 4,2011)

  • Transparent Post: Fixed parsing transparent post errors with no attribute information.
  • Transparent Post: Folded in fixes from Eric Lee.

== Version 0.4.3 (April 3, 2011)

  • Transparent Post: Replaced the default XML parsing with an improved XML parsing method to read inline error information. ActiveResource's default XML parsing cannot parse errors and objects nested in the same response.
  • Parsing error information from 404, 412, and 500s in ActiveResource exceptions.

== Version 0.4.0 (March 3, 2011)

  • Added (beta) support for Transparent Post.
  • Updated credentials to support using api-production.recurly.com or api-sandbox.recurly.com. Please update your configuration files. This change should improve DNS lookups.