Releases: Adyen/adyen-php-api-library
Releases · Adyen/adyen-php-api-library
Adyen PHP API Library 2.0.0
Major version bump related to a backwards incompatible introduced in the 1.6.1 version for the BOLETO payment method only:
New response from the Library version 1.6.1 and above:
{
"pspReference": "....",
"resultCode": "PresentToShopper",
"outputDetails": {
"boletobancario.barCodeReference": "....",
"boletobancario.data": "...",
"boletobancario.dueDate": "...",
"boletobancario.url": "...",
"boletobancario.expirationDate": "..."
}
}
Old response from the Library version 1.6.0 and below:
{
"resultCode": "RedirectShopper",
"details": [
{
"key": "payload",
"type": "text"
}
],
"paymentData": "...",
"redirect": {
"method": "GET",
"url": "...."
}
}
Adyen PHP API Library 1.6.1
#99 Update checkout api version to v41
Adyen PHP API Library 1.6.0
Adyen PHP API Library 1.5.4
Adyen PHP API Library 1.5.3
Adyen PHP API Library 1.5.2
Adyen PHP API Library 1.5.1
#75 Fix for dynamic checkout URLs on Live
Adyen PHP API Library 1.5.0
Adyen PHP API Library 1.4.2
#57 Using correct content-type for Directory Lookup call
Adyen PHP API Library 1.4.1
Fixes:
#41 Remove sensitive data from logging
#42 Remove unnecessary restrictions for storeDetailsAndSubmitThirdParty
#45 Check for hexadecimal digits before packing
#46 remove recurring.contract as required field
#48 Removed unnecessary code snippets
#50 Added a method to set the directory lookup URL.
#52 forces code always a integer