Stripe plugin - single page application

I’ve added the stipe payment to my single page application. After the payment stripe plugin navigates me back to main page, however as local state is not defined the first step in process is shown.

I’ve tried to change URL and change local state through url (changing url and then getting id of element to be shown from it on load, for example 3) by refreshing page, however when it is in the same workflow as “charge” action from Stripe plugin, Stripe checkout page gets me back to page without new parameter in URL so I see beginning of the flow again, while I need to show last step of the process.

Any ideas how can I make it?

This topic was automatically closed after 70 days. New replies are no longer allowed.