#jota0701
1 messages · Page 1 of 1 (latest)
hi! not sure I can answer, what is this "flag" exactly and how does it interact with Stripe?
Hey!
Basically I have a boolean on my user model that is isActive.
It starts as false, and on the webhook if the account is correctly created it switches to true, so on the database the user is already active.
But the session doesn't automatically update and I can't force it
what is "the session"? do you mean a Stripe CheckoutSession cs_test_xxx, or something else?