Hi,
I'm try to use Braintree on a Magento 2.2.6 multisite. Got the following error message on Magento standard checkout: Payment Credit Card (Braintree) can't be initialized. After talk to Braintree I got the following replay: Specifically, it appears that we aren't receiving a payment method nonce, which is a vital parameter as it represents the payment method that is being used for the transaction. Here's what we're seeing in the logs:
payment_method_nonce\"=>nil
Again, this validation error is being thrown because in the requests to create a transaction, a payment method nonce is not being included in the request - as you can see above, it is being passed as nil. I found several attempts to create transactions around the same time as the above, none of which contained a value for the payment method nonce.
Any solution how to fix it?
Thanks