Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
97394f2 to
5d86c34
Compare
5d86c34 to
77e0544
Compare
77e0544 to
48480b8
Compare
- Bump mppx to 0.5.1 (PR #266 payment links support) - Bump viem to ^2.47.5 (peer dep) - Add guide page: /guides/payment-links with interactive demo, prompt mode, and manual mode (Next.js, Hono, Express, Other) - Add payment links subsection to tempo/charge docs - Add payment links subsection to stripe/charge docs - Add /api/payment-link/photo API route with html: true - Add PaymentLinkDemo component and PaymentLinksCard - Add sidebar entry under Guides
- Bump mppx to 0.5.3 (PR #283 payment links theming) - Apply mpp site theme: Geist font, black/white accent, light/dark logos, matching border/surface/muted colors
98d1445 to
1cf3f8e
Compare
brendanjryan
commented
Apr 2, 2026
|
|
||
| The payment page uses a Service Worker to inject the Credential on reload—no client-side integration is needed. | ||
|
|
||
| See the [rich payment pages guide](/guides/payment-links) for a full walkthrough with framework examples and a live demo. |
Collaborator
Author
There was a problem hiding this comment.
should be payment links guide
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.
Summary
Adds a Create a payment link guide with a live interactive demo, framework-specific setup instructions, and payment links documentation for both Tempo and Stripe.
What's new
/guides/payment-links— hidden from sidebar for now/api/payment-link/photo(Tempo) and/api/payment-link/photo-stripe(Stripe)tempo.chargeandstripe.chargereference pagesvite-plugin-mkcert(dev only) — enables inline wallet modal on localhostmppxto0.5.1Framework tabs
Step-by-step guides for Next.js, Hono, Express, and generic Fetch API (Bun/Deno/Workers).
Notes
VITE_STRIPE_PUBLISHABLE_KEYin.envanddeferred_intentenabled on the Stripe account