This is the changelog for the Payabli Python SDK. It includes updates, bug fixes, and new features.


v0.0.319

Fixed an issue where the Python SDK wasn’t properly deserializing the extra_data field in certain API response models.



v0.0.316

Fixed a bug that caused the CustomerSummary object to be deserialized incorrectly in customer records. Fixed a bug that caused the InvoiceData object to be deserialized incorrectly in transaction records. Regenerated the Python SDK to incorporate latest API definition updates.


v0.0.315

Fixed a bug that caused money_in.getpaidv_2 to error when deserializing the response. Regenerated the Python SDK to incorporate latest API definition updates.




v0.0.306

Changed the TransactionDetailCustomer.additional_data type from typing.Optional[str] to typing.Optional[typing.Dict[str, str]] to match the API.