Skip to content

Releases: payplug/payplug-python

Add Oney Simulation API

Choose a tag to compare

@splanquart splanquart released this 03 Mar 09:06
7c3847d
  • Add OneyPaymentSimulation class to handle the /oney_payment_simulations API endpoint

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

Choose a tag to compare

@Dixeat Dixeat released this 01 Oct 13:49
b61dfff
Update __version__.py

Bump version

Add accounting reports

Choose a tag to compare

@pierre-pg pierre-pg released this 11 May 14:24
78dcd55
  • Add AccountingReport class to handle the new /accounting_reports API endpoint.

Add API version setting

Choose a tag to compare

@pierre-pg pierre-pg released this 21 Apr 12:03
8d83030
  • Add API version setting.
  • Fix tests.
  • Move CI to Github Actions.

V1.2.1

Choose a tag to compare

@bukkks bukkks released this 12 Sep 08:35
  • Require pyOpenSSL>=0.15 to prevent random failures.
  • Log more errors in case of request failure.

V1.2.0

Choose a tag to compare

@bukkks bukkks released this 20 Apr 10:00
  • 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.