Important Notes
This is a major release, because we are introducing some backwards compatibility breaking changes in the following pull request:
#426 Fixed filename collision
BilldeskOnlineDetails.java
and BilldeskWalletDetails.java
have been renamed to BillDeskOnlineDetails.java
and BillDeskWalletDetails.java
to avoid file name collision on case insensitive file systems.
#434 Load terminal certificate in Config:
Following methods has been changed to setTerminalCertificate():
setTerminalCertificatePath(String terminalCertificatePath)
setTerminalCertificateStream(InputStream terminalCertificateStream)
Features:
#412 Updated checkout API to version 64
#416 Added storingMethods in payment method response
#422 Added order and splitCardFundingSources to PaymentMethodsRequest
#420 Added /scheduleAccountUpdater endpoint support
#423 Added Jackson annotations in models
#429 Added /storedPaymentMethods support