Add 'public_key' property to Recurly.js 1ad6aa0
Adds support for reading and writing custom invoice notes PR
Fixes issue with broken association lookups ca0b015
Adding invoice refunds by line item: invoice.refund(line_items)
9acc7a5
Adding invoice preview: account.build_invoice
0bc0d01
Adding the bulk parameter to the Subscription#postpone
method 8bf72bc
Added Amazon Billing Agreement support 024269
Added account entity_use_code
when the site is integrated with Avalara 633df6
Added bulk parameter 8cb157
Added subscription change preview: subscription.preview
57a69d3
Added subscription estimated cost for new and change previews: subscription.cost_in_cents
57a69d3
Added subscription remaining billing cycles: subscription.remaining_billing_cycles
PR
Added subscription preview: Recurly::Subscription.preview
0d55115
Added tax details to adjustments: adjustment.tax_details
c672258
Removed taxable
support on adjustments b542b8a
Added tax_exempt
to accounts, adjustments and plans b542b8a
Added tax_rate
, tax_type
to invoices and subscriptions 6a43f37
Added tax_in_cents
to subscriptions 6a43f37
Added token_id
support to BillingInfo
#137
Added ability to determine a transaction's payment method: Transaction#payment_method
(PR )
Added ability to determine the date an invoice was closed: Invoice#closed_at
(PR )
The gem now explicitly requires Ruby 1.9.3 or newer (PR )
Added ability to get the active invoice for a subscription: Subscription#invoice
(PR )
Added ability to get the subscription for an adjustment: Adjustment#subscription
(PR )
Added ability to get the subscription for a invoice: Invoice#subscription
(PR )
Raise Recurly::Error
for all internal HTTP errors (f3c473a )
Correctly serialize all API links for a resource so that they are not lost on cache marshalling (c8ae2d5 )
Added easier way to get an add-on from the subscription: SubscriptionAddOn#addon
(8ad87c6 )
Drop support for Ruby < 1.9.3 (b0f1daa )
You can’t perform that action at this time.