Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
155 stars 211 forks source link

[ECP-9053]Removing `details` array from the `paymentMethods` endpoint #2582

Closed khushboo-singhvi closed 5 months ago

khushboo-singhvi commented 5 months ago

Description After the release of v68 of Checkout API, the details array from response to the paymentMethods endpoint was removed. Release notes here Therefore removing the details array definition from the graphql schema.

Tested scenarios

Fixes