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


v0.0.427

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



v0.0.424

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 PHP SDK to incorporate latest API definition updates.


v0.0.423

Fixed a bug that caused moneyIn->getpaidv2 to error when deserializing the response. Regenerated the PHP SDK to incorporate latest API definition updates.




v0.0.416

Changed the TransactionDetailCustomer.additionalData type from string to ArrayType(['string' => 'string']) to match the API.