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


v0.0.458

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



v0.0.455

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


v0.0.454

Fixed a bug that caused MoneyIn.Getpaidv2 to error when deserializing the response. Regenerated the Go SDK to incorporate latest API definition updates.




v0.0.447

Changed the TransactionDetailCustomer.AdditionalData type from string to map[string]string to match the API.