From 64ad93dc9db2ed20d8f98d4e528ad14961c3eec6 Mon Sep 17 00:00:00 2001 From: Chris Barton Date: Thu, 22 May 2014 13:54:23 -0700 Subject: [PATCH] add remaining billing cycles to the subscription --- CHANGELOG | 4 ++++ recurly/__init__.py | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index e04dcf3f..0475f626 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## Unreleased + +- Added `remaining_billing_cycles` to subscriptions + ## Version 2.2.2 June 25, 2014 - Added subscription preview: `subscription.preview()` diff --git a/recurly/__init__.py b/recurly/__init__.py index 3ff6bfd1..4f64a57c 100644 --- a/recurly/__init__.py +++ b/recurly/__init__.py @@ -503,6 +503,7 @@ class Subscription(Resource): 'tax_type', 'tax_rate', 'total_billing_cycles', + 'remaining_billing_cycles', 'timeframe', 'currency', 'subscription_add_ons',