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


v2.2.31

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



v2.2.27

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


v2.2.26

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




v2.2.18

Changed the TransactionDetailCustomer.additional_data type from String to Internal::Types::Hash[String, String] to match the API.