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
Ok, so I'm still struggling a little with this gem.
My browser console is throwing an error at checkout.
SpreePaypalExpress.paymentMethodID = "2"
Variable not found. I think this is possibly affecting the 'Save and Continue' button not hiding when PayPal is selected.
The text was updated successfully, but these errors were encountered:
Hi, I get the same
Sorry, something went wrong.
Same here. Uncaught ReferenceError: SpreePaypalExpress is not defined
Fixed
window.addEventListener('DOMContentLoaded', function() { SpreePaypalExpress.paymentMethodID = "<%= payment_method.id %>" })
No branches or pull requests
Ok, so I'm still struggling a little with this gem.
My browser console is throwing an error at checkout.
Variable not found. I think this is possibly affecting the 'Save and Continue' button not hiding when PayPal is selected.
The text was updated successfully, but these errors were encountered: