79531284

Date: 2025-03-24 14:10:49
Score: 0.5
Natty:
Report link

You need to update a couple of files to define the payment method facade in the payment plugin.

There is a naming convention between Adyen and Magento payment methods. A Magento payment method for Adyen plugin should start with adyen_ and followed by the payment method type name scalapay_3x.

After implementing those changes run the following commands.

bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento adyen:enablepaymentmethods:run
bin/magento cache:clean

You can also check pull-request #2918 on the open-source Adyen Magento 2 plugin repository and find generic implementation document here if required.

Reasons:
  • Blacklisted phrase (1): this document
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Can Demiralp