-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
Hi,
Using the latest master branch, and:
gem 'spree', '~> 4.2.1'
gem 'spree_auth_devise', '~> 4.3'
gem 'spree_gateway', '~> 3.9'
gem 'spree_braintree_vzero', :github => 'spree-contrib/spree_braintree_vzero', :branch => 'master'
I am still getting this error:
which points to this "catch" line:
function onFetchClientToken(clientToken) {
setupForm();
}).catch(function (err) {
console.log('component error:', err);
});
If I proceed with the payment, I get this error:
Any ideas how to fix it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

