Releases: recurly/recurly-client-ruby
Releases · recurly/recurly-client-ruby
v2.4.3 (2015-05-26)
v2.4.2 (2015-4-28)
- Fix paged resource loading when the uuid needs to be escaped, fixes 174, PR
- Add
tax_type
,tax_rate
,tax_region
toAdjustment
PR - Add
net_terms
andcollection_method
toInvoice
PR - Added
bank_account
attributes toBillingInfo
:name_on_account
account_type
(checking
orsavings
)last_four
routing_number
- PR
v2.4.1 (2015-1-23)
v2.4.0 (2015-1-7)
- Add
Invoice#original_invoice
for refund invoices
v2.3.8 (2014-12-22)
- Add
Invoice#tax_region
andSubscription#tax_region
- Add
Invoice#address
andSubscription#address
when previewing - Add
Subscription#update_notes
to update a subscription's notes - Add
AddOn#accounting_code
v2.3.7 (2014-12-8)
- Add 'public_key' property to Recurly.js
- Adds support for reading and writing custom invoice notes
v2.3.6 (2014-11-6)
- Fixes issue with broken association lookups
v2.3.5 (2014-10-30)
- Adding invoice refunds by line item:
invoice.refund(line_items)
v2.3.4 (2014-10-3)
- Adding invoice preview:
account.build_invoice
0bc0d01