-
I was reading the docs and trying to find out why this happens but I couldn't understand it. I have a if statement that tests whether user.paid is true or false. In test mode, I changed the subscription status of my user to cancelled, but user.paid still returns true. Any ideas? |
Beta Was this translation helpful? Give feedback.
Answered by
Glench
Jul 17, 2023
Replies: 1 comment 14 replies
-
If you'd like support from us, would you please describe the precise steps to reproduce the error you're seeing or else paste the snippets of code you're using in your screenshots? |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hm, I'm not able to reproduce what you're seeing. I tested and it worked fine. Would you be able to make a minimal repository and instructions that I can run precisely to reproduce the issue?