Releases: chartmogul/chartmogul-python
Releases · chartmogul/chartmogul-python
Fixes
- Remove schema from Stripe & Clearbit attributes [ch426] (#20)
- Dropped support of python 3.3
Add transaction_fees_in_cents
- Add customer_uuid in result of list_imported [ch543] (#16)
- Fix Customer.all() example in readme (#15)
- Add transaction_fees_in_cents [ch3025] (#19)
Optional timeout
- optional timeout to all requests (#14)
- integration tests
Invoices for merged customers
- [DP-495] Support invoices for merged customers (#12)
Retrieve Invoice
[DP-468] Retrieve Invoice endpoint (#11)
v1.1.3
- support for Delete Invoice
Fixes
Included in this release:
- Fix to chartmogul.Invoice: due_date is now an optional field
- README changes
Removing imp namespace
imp
(import) was moved to main chartmogul
namespace
- Change is mostly backwards compatible - classes still accessible with
chartmogul.imp
; if you are having problems, just remove the chartmogul.imp import & usage.
Fixes
customer_uuid
now available in Invoices
listing results
DataSource
now has system
- readme update
Fixes
- fixed
setup.py
didn't include subpackages (#1)
- versions now given by lower bounds
customer_uuid
now available in listing results
- readme correction