adyen-php-api-library icon indicating copy to clipboard operation
adyen-php-api-library copied to clipboard

Changes to CreateCheckoutSessionRequest and CreateCheckoutSessionResponse in 17.2.0 break hosted checkout

Open WrightCodeUK opened this issue 1 year ago • 0 comments

The following have been removed from \Adyen\Model\Checkout\CreateCheckoutSessionRequest in version 17.2.0:

setShowRemovePaymentMethodButton() setThemeId()

And the following from \Adyen\Model\Checkout\CreateCheckoutSessionResponse:

getUrl()

Why? Those parameters aren't shown as deprecated in the API Explorer.

https://docs.adyen.com/api-explorer/Checkout/71/post/sessions

Without them, hosted checkout is broken!

WrightCodeUK avatar Feb 26 '24 11:02 WrightCodeUK