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
At the moment of writing, we are considering to load the Stripe JS code in the confirm step to be sure that when requested, we can load the 3DSecure page to confirm the order.
We are doing that by using the new payment info partial introduced in solidusio/solidus_starter_frontend#334. But this will render the same partial in the thank you page. We are safe because we are loading the JS conditionally only on the confirm page within that partial, but that's not a practice to encourage: developers could think that the partial is only loaded on the confirm step, and forget about that check, which might have unexpected implications.
The text was updated successfully, but these errors were encountered:
Desired Behavior
At the moment of writing, we are considering to load the Stripe JS code in the confirm step to be sure that when requested, we can load the 3DSecure page to confirm the order.
We are doing that by using the new payment info partial introduced in solidusio/solidus_starter_frontend#334. But this will render the same partial in the thank you page. We are safe because we are loading the JS conditionally only on the confirm page within that partial, but that's not a practice to encourage: developers could think that the partial is only loaded on the confirm step, and forget about that check, which might have unexpected implications.
The text was updated successfully, but these errors were encountered: