Question: 1
You cloned the Integration branch to your local environment and Imported the database dump from Integration. You performed composer install and bin/magento setup:install.
While placing an order using PayPal Express, the following error occurs:
PayPal gateway has rejected request. Security header is not valid (#10002: Security error).
What Is the cause of this error?
Paypal gateway has rejected request, Security header is not valid (#10002: Security error).
What is the cause of this error?
Question: 2
You are going to create a backup of an Integration branch before implementing some new feature What are two ways to create the backup of the integration branch?
Choose 2 answers
Question: 3
You upgraded an integration branch in your Magento Commerce Cloud project, but received an error during the deploy phase What are the two ways to review details about the deployment?
Choose 2 answers
Question: 4
You created a custom module that is not functioning as expected on your Integration environment. You would like to debug the code using Xdebug. XdeDug is missing from the output of the command php -m
What are two ways to load the Xdebug module?
Choose 2 answers
Question: 5
While setting up a Magento project you run the following command
magento-cloud variable:update ADMIN_USERNAME ---value=alice
What will this command do?