Releases: recurly/recurly-client-python
Releases · recurly/recurly-client-python
2.2.15
Version 2.2.15 August 31, 2015
- Add
coupon_codes
to Subscription
- Adding
setup_fee_accounting_code
to Plan
- Add
total_billing_cycles
to Plan
- Add
redemption_resource
to Coupon
- Adding X-Api-Version support
- Setting X-Api-Version to 2.1
- Adding
redemptions
to Account
- Adding
redemptions
to Invoice
- Adding
uuid
to CouponRedemption
- Add
applies_to_non_plan_charges
to Coupon
2.2.14
Version 2.2.14 August 10, 2015
- Add
gateway_error_code
to TransactionError
2.2.13
Version 2.2.13 July 31, 2015
- Require a version of six library >= 1.4.0
- Add
tax_exempt
, tax_code
, accounting_code
to Transaction
- Add
duration
to Coupon
- Add
temporal_unit
to Coupon
- Add
temporal_amount
to Coupon
2.2.12
- Add
ip_address
to Transaction
- Add
closed_at
to Invoice
- Add
refund_apply_order
to Invoice
for specifying credits or transactions
to be refunded first
2.2.11
- Add
bank_account_authorized_at
to Subscription
2.2.10
- Add
tax_type
, tax_rate
, tax_region
to Adjustment
- Added
bank_account
type and attributes to BillingInfo
, these include:
name_on_account
account_type
(checking
or savings
)
last_four
routing_number
2.2.9
- Added
original_adjustment()
to Adjustment
for retrieving the linked
adjustment where the other came from for better accounting purposes
2.2.8
- Added address attribute into preview calls and update invoice notes path
- Added tests for new read-only attribute
vat_location_valid
on Account
- Added
invoice_number_prefix
and invoice_number_with_prefix()
on
Invoice
for use with the Country Invoice Sequencing feature
- Added support for update_notes path on Subscription
- Added
refund_amount
(open amount refunds) to Invoice
- Added
refund
(line item refunds) to Invoice
2.2.7
- Added ability to read and write invoice notes
- Added
tax_code
to plan
, add_ons
, and adjustment
- Added inspection on the details of a
transaction
: transaction.details
and transaction.transaction_error
- Removed support for SSLv3
2.2.6
- Bug fix:
subscription.invoice
now returns the invoice for subscription
change previewing