Stop active subscribers from creating duplicate Polar checkouts - #48
Merged
Conversation
Repeated Polar sessions came from one active subscriber because checkout intent was recorded before entitlement verification and concurrent clicks were not guarded. Refresh entitlement before purchase creation, route active subscribers to their portal, enforce the same rule at the Worker boundary for older clients, and correlate checkout outcomes with stable attempt and provider IDs. Constraint: Existing macOS releases can call the Worker without the new client guard, so server enforcement is required. Constraint: Polar expiration and provider-status analytics require checkout.updated and checkout.expired webhook subscriptions. Rejected: Fix reporting only | Polar confirmed real duplicate checkout records, so deduplication alone would leave customer and billing risk. Confidence: high Scope-risk: moderate Reversibility: clean Directive: Keep active-subscription enforcement in the Worker even if client checkout UI changes. Tested: Wrangler production dry-run compile; Swift syntax parse; checkout-decision regression tests added; git diff --check Not-tested: Full Xcode test target because repository policy forbids terminal xcodebuild; live Polar webhook delivery until deployment and event subscription.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Outcome:
Evidence:
Deployment note:
Enable Polar webhook events checkout.updated and checkout.expired after the Worker deployment so provider outcome events reach PostHog.