Skip to content

Releases: chartmogul/chartmogul-python

Fixes

07 Aug 09:24
Compare
Choose a tag to compare
  • Remove schema from Stripe & Clearbit attributes [ch426] (#20)
  • Dropped support of python 3.3

Add transaction_fees_in_cents

14 Mar 14:47
b5c465a
Compare
Choose a tag to compare
  • 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

03 Aug 08:35
Compare
Choose a tag to compare
  • optional timeout to all requests (#14)
  • integration tests

Invoices for merged customers

09 Jun 08:06
Compare
Choose a tag to compare
  • [DP-495] Support invoices for merged customers (#12)

Retrieve Invoice

30 May 08:24
Compare
Choose a tag to compare

[DP-468] Retrieve Invoice endpoint (#11)

v1.1.3

24 May 13:30
Compare
Choose a tag to compare
  • support for Delete Invoice

Fixes

21 Apr 11:57
Compare
Choose a tag to compare

Included in this release:

  • Fix to chartmogul.Invoice: due_date is now an optional field
  • README changes

Removing imp namespace

13 Mar 08:40
Compare
Choose a tag to compare
  • 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

22 Feb 07:38
Compare
Choose a tag to compare
  • customer_uuid now available in Invoices listing results
  • DataSource now has system
  • readme update

Fixes

15 Feb 10:03
Compare
Choose a tag to compare
  • fixed setup.py didn't include subpackages (#1)
  • versions now given by lower bounds
  • customer_uuid now available in listing results
  • readme correction