Hello.
I have locally install ( upgraded ) to magento 2.4.8 .. I have not enabled any Payment such as braintree or paypal, however, I noticed error message in console .. as follow
name: 'BraintreeError', code: 'INSTANTIATION_OPTION_REQUIRED', message: 'options.authorization is required when instantiating a client.', type: 'MERCHANT', details: undefined}
This error in console only shows up when I go to product detail page and it seems something to do with paypal button . I have checked and multiple checked for any paypal setting but everything is been turned off ..
any suggestion ?
Thanks.
Hello @tonysargma79f8 ,
Have you disabled highlighted option? Refresh cache and check frontend.
If above not worked then explicitly disable module related to PayPal / Braintree from app/etc/config.php & execute necessary commands and check once on frontend.
Problem Solved? Accept as Solution!
Thanks