Skip to content

Releases: recurly/recurly-client-python

2.2.15

31 Aug 21:18
Compare
Choose a tag to compare

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

10 Aug 18:52
Compare
Choose a tag to compare

Version 2.2.14 August 10, 2015

  • Add gateway_error_code to TransactionError

2.2.13

31 Jul 21:05
Compare
Choose a tag to compare

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

26 Jun 00:01
Compare
Choose a tag to compare
  • 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

06 May 23:41
Compare
Choose a tag to compare
  • Add bank_account_authorized_at to Subscription

2.2.10

28 Apr 18:26
Compare
Choose a tag to compare
  • 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

19 Mar 20:03
Compare
Choose a tag to compare
  • Added original_adjustment() to Adjustment for retrieving the linked
    adjustment where the other came from for better accounting purposes

2.2.8

27 Jan 17:53
Compare
Choose a tag to compare
  • 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

09 Dec 00:51
Compare
Choose a tag to compare
  • 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

03 Nov 17:17
Compare
Choose a tag to compare
  • Bug fix: subscription.invoice now returns the invoice for subscription
    change previewing