cancel
Showing results for 
Search instead for 
Did you mean: 

Braintree Error in Magento 2.4

SOLVED

Braintree Error in Magento 2.4

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Braintree Error in Magento 2.4

Hi @abhachandeca39 

 

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!

 

Problem solved? Click Accept as Solution!

View solution in original post

3 REPLIES 3

Re: Braintree Error in Magento 2.4

Hi @abhachandeca39 

 

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!

 

Problem solved? Click Accept as Solution!

Re: Braintree Error in Magento 2.4

Thanks , it worked

Re: Braintree Error in Magento 2.4

Thanks, that gets rid of the error and now paypal auto populates the address in checkout!