From f97d355056fcb9ff53072647458fb98041a901d2 Mon Sep 17 00:00:00 2001 From: Can Demiralp Date: Thu, 14 Nov 2024 17:28:45 +0100 Subject: [PATCH] Enable PayPal express configuration on test pipelines --- .github/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/Makefile b/.github/Makefile index f0057af..dbb0df7 100644 --- a/.github/Makefile +++ b/.github/Makefile @@ -29,6 +29,7 @@ configure: n98-magerun2.phar bin/magento config:set payment/adyen_abstract/payment_methods_active 1 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 config:set payment/adyen_paypal_express/express_show_on "1,2,3" ./n98-magerun2.phar config:store:set --encrypt payment/adyen_abstract/notification_password '1234' > /dev/null ./n98-magerun2.phar config:store:set --encrypt payment/adyen_abstract/api_key_test "${ADYEN_API_KEY}" > /dev/null