We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Hi! Make sure that you set the PayPal express as a backend payment, then the working Pay with PayPal button will be visible at the cart page.
backend
Pay with PayPal
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
Using the latest master branch, and:
I am still getting this error:
which points to this "catch" line:
If I proceed with the payment, I get this error:
Any ideas how to fix it?
The text was updated successfully, but these errors were encountered: