Skip to content

Commit

Permalink
[ECP-9446] Fix express payments configuration path
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Sep 5, 2024
1 parent 7acebdd commit cbfc84f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ flush:
enable-express:
bin/magento module:enable Adyen_ExpressCheckout
bin/magento setup:upgrade
bin/magento config:set payment/adyen_express/show_google_pay_on "1,2,3"
bin/magento config:set payment/adyen_express/show_apple_pay_on "1,2,3"
bin/magento config:set payment/adyen_googlepay/express_show_on "1,2,3"
bin/magento config:set payment/adyen_applepay/express_show_on "1,2,3"
bin/magento cache:clean

# Full plugin setup
Expand Down

0 comments on commit cbfc84f

Please sign in to comment.