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 am getting this message undefined local variable or method `payment' when I am trying to store the customer credit card information using the new Stripe Payment Intents Gateway.
I am doing this:
response = provider.store(creditcard, options)
where creditcard is the credit card information from the user.
The text was updated successfully, but these errors were encountered:
hi @waaux yes, it's definitely as you suggest, we fixed it as well like that in our app.
OT: we are also trying to use the new Stripe's Payment Intents Gateway API with Stripe's Element and spree_gateway; how do you handle 3DS redirects? we think to keep the "old" suggested flow with form submission, then implement the required webhooks and handling all redirects for 3DS from the backend, passing the webhook's return_url
I am getting this message undefined local variable or method `payment' when I am trying to store the customer credit card information using the new Stripe Payment Intents Gateway.
I am doing this:
response = provider.store(creditcard, options)
where creditcard is the credit card information from the user.
The text was updated successfully, but these errors were encountered: