#BuddieDJ-checkout
1 messages · Page 1 of 1 (latest)
@zealous ravine I don't know how carts/sessions work in Lavarel but I don't think there's anything Stripe would be doing to cause that and it can't override anything on Lavarel's side.
usually carts are based on cookies so in theory just coming back to your site should authenticate the user for the same session and same cart but you'd need to look into how it work with in Lavarel
Hmm.. its weird because sometimes it works, and sometimes it doesn't. Especially on mobile it clears the cart session. And that's why customers cannot finish their order
Is it recommended to use the payment intents instead of the sessions? Maybe that will work?
I don't think you should have to do that, Checkout should just work but I don't know, I have never used lavarel
when using Checkout the user leaves your site to visit Stripe, and then gets redirected back. Maybe there's some setting in lavarel to keep them logged in? https://stackoverflow.com/questions/34438852/session-data-not-preserved-after-redirection or something?
I think the error is that i do not have a header, as they say in the last link from stack... I'll try to add it
I guess it works now, thank u for your help karllekko! I appreciate it