Use skinny Google Wallet JWT (lost in #187 merge conflict)#191
Merged
Conversation
The skinny-JWT change from PR #187 was dropped during the merge-conflict resolution: main still inlines the EventTicketClass with `reviewStatus: UNDER_REVIEW` in every save JWT. Re-declaring the already-APPROVED class as under review can make Google treat the save as a test/preview (only the issuer + allowlisted test accounts can save). Reference the existing approved class by id and send only the EventTicketObject, matching the version that was verified to save with a normal Google account. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
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.
The skinny-JWT change from #187 was dropped during merge-conflict resolution. main still inlines the EventTicketClass with
reviewStatus: UNDER_REVIEWon every save JWT, which can restrict saves to the issuer + test accounts.This references the existing approved class
programmiercon_ticket_v4by id and sends only the EventTicketObject — the exact version verified to save with a normal Google account.Note: the actual production blocker (a non-numeric
GOOGLE_WALLET_ISSUER_ID) was already fixed in the deployed.env(correct numeric issuer id3388000000023114464). This restores the code-side cleanup so production stops sending the under-review class inline.🤖 Generated with Claude Code