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


v0.0.330

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



v0.0.327

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


v0.0.326

Fixed a bug that caused moneyIn().getpaidv2 to error when deserializing the response. Regenerated the Java SDK to incorporate latest API definition updates.




v0.0.315

Changed the TransactionDetailCustomer.AdditionalData type from Optional<String> to Optional<Map<String, String>> to match the API.