Stripe payment resets variable?

Hi !

I noticed that the stripe plugin resets all my variables whenever a payment is complete which is kind of problematic for me. Is there anyway I can use it without having my variables reset ?

Thanks !

Which variables are reseted ? What’s your flow ? Do you mean after a redirection between stripe and your web app ?

When you leave the application every variables are lost, you have to toggle local storage on the variable you want the state to be saved between multiple visit (after a refresh, a redirection, or leaving/opening again the app).

2 Likes

I’ve found solutions to my issues by not using the native stripe composant ! But thanks for the answer !!