Adyen / adyen-magento2

Adyen Payment plugin for Magento2
MIT License
150 stars 198 forks source link

[ECP-9101] Create reusable \Adyen\Payment\Helper\PaymentMethods::getPaymentMethodsResponse helper #2568

Open dimitriBouteille opened 3 months ago

dimitriBouteille commented 3 months ago

Hi,

Would it be possible to create a separate helper to retrieve the /paymentMethods request information so that the code already in place can be easily reused.

To give a little more information about the context, the \Adyen\Payment\Helper\PaymentMethods class allows to load the information from a Quote or in my case I also want to load the methods from an Order.

The goal is to create a new helper that will execute the /paymentMethods request.

candemiralp commented 3 months ago

Hello @dimitriBouteille,

Thank you for reporting this enhancement. I've created an internal ticket to investigate it further.

Best Regards, Can