Skip to content

Commit

Permalink
Enable PayPal express configuration on test pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Can Demiralp committed Nov 14, 2024
1 parent c8eec31 commit f97d355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f97d355

Please sign in to comment.