Skip to content

Latest commit

 

History

History
50 lines (26 loc) · 840 Bytes

CHANGELOG.md

File metadata and controls

50 lines (26 loc) · 840 Bytes

v0.3.2 (2024-08-30)

Fix

  • request_transaction method now expliclity uses arguments rather than **kwargs.

Refactor

  • type refactors

v0.3.1 (2024-08-25)

Fix

  • 'create_payment_link' is now a staticmethod

v0.3.0 (2024-08-23)

Feat

  • IPGClient: Add logging and error handling support for network requests

v0.2.1 (2024-08-21)

Fix

  • add new python version support with refactors

v0.2.0 (2024-08-21)

Feat

  • add new data models for result error handling
  • add the option to enable/disable raising errors for result code

Fix

  • FailedResultDetail in _validate_response are now called with proper args

v0.1.5 (2024-08-20)

v0.1.4 (2024-08-20)

Fix

  • fix transaction require model fields 'amount' and 'callback_url' validation

v0.1.3 (2024-08-19)

v0.1.2 (2024-08-18)