Skip to content

Releases: payplug/payplug-python

Add Oney Simulation API

03 Mar 09:06
7c3847d
Compare
Choose a tag to compare
  • Add OneyPaymentSimulation class to handle the /oney_payment_simulations API endpoint

Add missing `billing` and `shipping` entities to `payment` resource

01 Oct 13:49
b61dfff
Compare
Choose a tag to compare

Add accounting reports

11 May 14:24
78dcd55
Compare
Choose a tag to compare
  • Add AccountingReport class to handle the new /accounting_reports API endpoint.

Add API version setting

21 Apr 12:03
8d83030
Compare
Choose a tag to compare
  • Add API version setting.
  • Fix tests.
  • Move CI to Github Actions.

V1.2.1

12 Sep 08:35
Compare
Choose a tag to compare
  • Require pyOpenSSL>=0.15 to prevent random failures.
  • Log more errors in case of request failure.

V1.2.0

20 Apr 10:00
Compare
Choose a tag to compare
  • NEW: Support for Customers and Cards. (see official documentation)

  • NEW: Add ability to abort payment objects.

    payment.abort()
    
  • NEW: This library is now under MIT Licence (Issue #4).

  • Minor fixes in tests.

  • Add this changelog.