You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is the extension's fault, but rather Spree's.
The problem is that the file payment.js.coffee calls submit() (unnecessarily) hijacking the flow from braintree and submitting the form before the payment method data can be received.
I'm opening an issue about this in Spree, but I thought it should be referenced here too.
The text was updated successfully, but these errors were encountered:
I don't think this is the extension's fault, but rather Spree's.
The problem is that the file
payment.js.coffee
callssubmit()
(unnecessarily) hijacking the flow from braintree and submitting the form before the payment method data can be received.I'm opening an issue about this in Spree, but I thought it should be referenced here too.
The text was updated successfully, but these errors were encountered: