Skip to content

Releases: recurly/recurly-client-ruby

v2.4.5 (2015-7-31)

31 Jul 20:35
Compare
Choose a tag to compare

v2.4.5 (2015-7-31)

  • Added ability to enter offline payment PR
  • Add tax_exempt, tax_code, and accounting_code support for one time transactions PR
  • Added duration, temporal_unit, and temporal_amount to 'Coupon' PR

v2.4.4 (2015-6-25)

26 Jun 00:06
Compare
Choose a tag to compare
  • Add refund_apply_order to Invoice when creating a refund PR
  • Fix association loading when fetching a resource via RJSv2 PR

v2.4.3 (2015-05-26)

26 May 17:21
Compare
Choose a tag to compare
  • Add bank_account_authorized_at to Subscription PR
  • Add ip_address to Transaction PR

v2.4.2 (2015-4-28)

28 Apr 18:15
Compare
Choose a tag to compare
  • Fix paged resource loading when the uuid needs to be escaped, fixes 174, PR
  • Add tax_type, tax_rate, tax_region to Adjustment PR
  • Add net_terms and collection_method to Invoice PR
  • Added bank_account attributes to BillingInfo:
    • name_on_account
    • account_type (checking or savings)
    • last_four
    • routing_number
    • PR

v2.4.1 (2015-1-23)

24 Jan 00:33
Compare
Choose a tag to compare
  • Add vat_location_valid to Account PR
  • Add Invoice#invoice_number_prefix and Invoice#invoice_number_with_prefix to make use of the new
    Country Invoice Sequencing feature PR
  • Fixes issue with Subscription#pending_subscription currency value PR

v2.4.0 (2015-1-7)

07 Jan 19:58
Compare
Choose a tag to compare
  • Add Invoice#original_invoice for refund invoices

v2.3.8 (2014-12-22)

22 Dec 23:18
Compare
Choose a tag to compare
  • Add Invoice#tax_region and Subscription#tax_region
  • Add Invoice#address and Subscription#address when previewing
  • Add Subscription#update_notes to update a subscription's notes
  • Add AddOn#accounting_code

v2.3.7 (2014-12-8)

09 Dec 00:39
Compare
Choose a tag to compare
  • Add 'public_key' property to Recurly.js
  • Adds support for reading and writing custom invoice notes

v2.3.6 (2014-11-6)

06 Nov 13:31
Compare
Choose a tag to compare
  • Fixes issue with broken association lookups

v2.3.5 (2014-10-30)

30 Oct 19:55
Compare
Choose a tag to compare
  • Adding invoice refunds by line item: invoice.refund(line_items)