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



v0.0.312

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



v0.0.309

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


v0.0.308

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




v0.0.299

Changed the TransactionDetailCustomer.AdditionalData type from Option<string> to Option<Dictionary<string, string>> to match the API.