Skip to content

Mollie API 1.4.4

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 08 Aug 17:07
· 741 commits to master since this release
  • Added the due date property to the SEPA Direct Debit payment response class
  • Added support for the serialization and deserialization of custom metadata classes. You can now add metadata using the SetMetadata method on the PaymentRequest class and retrieve custom metadata classes using the GetMetadata method on the PaymentResponse class.
  • Fixed typo in the CreditCardLabel enum. Visa was spelled as "Via".
  • Fixed issue in the deseralization of the CreditCardLabel enum. It was missing the StringEnumConverter attribute, which caused exceptions when the label string didn't match the exact enum value.