You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
WrightCodeUK
changed the title
Changes to CreateCheckoutSessionRequest in 17.2.0
Changes to CreateCheckoutSessionRequest and CreateCheckoutSessionResponse in 17.2.0
Feb 26, 2024
WrightCodeUK
changed the title
Changes to CreateCheckoutSessionRequest and CreateCheckoutSessionResponse in 17.2.0
Changes to CreateCheckoutSessionRequest and CreateCheckoutSessionResponse in 17.2.0 break hosted checkout
Feb 26, 2024
Thank you for reaching out! Indeed, there was a bug related to this, but it's been resolved in version 17.3.0. If you update to this version, you'll find these methods available again. You can find more details in the following merged pull request: [https://github.com//pull/627]
If you have any further questions feel free to let me know.
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!
The text was updated successfully, but these errors were encountered: