Skip to content

Commit

Permalink
Merge pull request #74 from recurly/remaining_billing_cycles
Browse files Browse the repository at this point in the history
add remaining billing cycles to the subscription
  • Loading branch information
chrissrogers committed Aug 5, 2014
2 parents a7f2c79 + 64ad93d commit f103fc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Unreleased

- Added `remaining_billing_cycles` to subscriptions

## Version 2.2.2 June 25, 2014
- Added subscription preview: `subscription.preview()`

Expand Down
1 change: 1 addition & 0 deletions recurly/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ class Subscription(Resource):
'tax_type',
'tax_rate',
'total_billing_cycles',
'remaining_billing_cycles',
'timeframe',
'currency',
'subscription_add_ons',
Expand Down

0 comments on commit f103fc2

Please sign in to comment.