I have removed all the braintree configuration but still getting error on checkout
Braintree\Configuration::merchantId needs to be set (or accessToken needs to be passed to Braintree\Gateway
How to get rid of braintree settings completely ?
Solved! Go to Solution.
Can you please check module is disable or not by using below command:
php bin/magento module:status <moduleName>
If module is enable then disable by below command:
php bin/magento module:disable <moduleName>
php bin/magento setup:di:compile
It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Can you please check module is disable or not by using below command:
php bin/magento module:status <moduleName>
If module is enable then disable by below command:
php bin/magento module:disable <moduleName>
php bin/magento setup:di:compile
It may help you!
Problem Solved? Please click on 'Kudos' & Accept as Solution!
Thanks , it worked
Thanks, that gets rid of the error and now paypal auto populates the address in checkout!