Closed philipmulcahy closed 7 months ago
Hey Philip, it's a lot of work for me to separate what your code is doing from what is actually going on with ExtensionPay. Would you be able to create a minimal example the demonstrates the problem you're seeing and doesn't have any of your own code? Maybe you could use the sample-extension-mv3 in this repo.
Hey Philip, any updates on your minimal repo? If not, I'll close this issue.
Sorry - not yet - I’ve been chasing down some other bugs that are more urgent, but this one is going to start hurting me soon, as we’re getting closer to the year boundary. Thanks for the chaser!
On 27 Mar 2024, at 20:41, Glen Chiacchieri @.***> wrote:
Hey Philip, any updates on your minimal repo? If not, I'll close this issue.
— Reply to this email directly, view it on GitHub https://github.com/Glench/ExtPay/issues/185#issuecomment-2023947709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMXOHF66IFM5TAW3GFGNEDY2MVIJAVCNFSM6AAAAABBMDEKUCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMRTHE2DONZQHE. You are receiving this because you authored the thread.
OK, I'm going to close this until it can actually be verified. Feel free to comment when you have a minimal reproduction set up and I can re-open.
Describe the bug I set my ExtPay test account to Cancelled on my subscription-based extension, but the extpay client calls continue to respond with paid == true.
To Reproduce
Expected behavior Newly fetched user.paid should be false when. the test user's subscription is cancelled (?) It used to work like this and if it doesn't then what is test mode for?
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Here's the code I use to query ExtPay: https://github.com/philipmulcahy/azad/blob/9753074d7d18fb3da421b3c74ac05e5b6c69298c/src/js/extpay_client.ts The extension uses webpack.
Thank you!