-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'stripe_user' not found #13
Comments
I'm facing the same problem, can you solve it? I signed up for Stripe and sent all my company documents, but the Warning persists. |
Similar issue. The UI states: "Redirecting to payments page" App exits with the error: "Warning: Error in is_subscription_valid: object 'stripe_user' not found" |
I have confirmed this error as well. @data-scimon, any updates from your end? Warning: Error in is_subscription_valid: object 'stripe_user' not found |
This issue remains. Is there any update on the bug fix? Thanks |
I think the error is related to the subscription ID as I've found it goes away if you take out the subscription ID in the below line or set it to NULL. However, that does you no good as you need to link the subscription ID to the checkout. subscription_prices = NULL |
Same issue here..and indeed with So I tried to read the source code of the functions and it seems it got to do with |
Thanks, @HugoGit39. Were you able to progress with this further? |
Was this ever solved? I'm running into the same issue. |
Also running into this issue, was this solved? |
I am getting an issue when running your subscription_and_payment example's app:
Warning: Error in is_subscription_valid: object 'stripe_user' not found
I manage to see my user authenticated and subscribing to the product on Stripe, but the app exits with this warning.
The text was updated successfully, but these errors were encountered: