- Add
vat_location_valid
toAccount
PR - Add
Invoice#invoice_number_prefix
andInvoice#invoice_number_with_prefix
to make use of the new Country Invoice Sequencing feature PR
- Add
Invoice#original_invoice
for refund invoices PR
- Add
Invoice#tax_region
andSubscription#tax_region
PR - Add
Invoice#address
andSubscription#address
when previewing PR - Add
Subscription#update_notes
to update a subscription's notes PR - Add
AddOn#accounting_code
PR
- Add 'public_key' property to Recurly.js 1ad6aa0
- Adds support for reading and writing custom invoice notes PR
- Add
Plan#tax_code
,AddOn#tax_code
andAdjustment#tax_code
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 toBillingInfo
#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)