We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee35ff0 commit af1132cCopy full SHA for af1132c
CHANGELOG
@@ -1,5 +1,7 @@
1
## Unreleased
2
3
+## Version 2.2.10 April 28, 2015
4
+
5
- Add `tax_type`, `tax_rate`, `tax_region` to `Adjustment`
6
- Added `bank_account` type and attributes to `BillingInfo`, these include:
7
- `name_on_account`
recurly/__init__.py
@@ -19,7 +19,7 @@
19
"""
20
21
22
-__version__ = '2.2.9'
+__version__ = '2.2.10'
23
24
BASE_URI = 'https://%s.recurly.com/v2/'
25
"""The API endpoint to send requests to."""
0 commit comments