docs(monetization): correct what Zuplo creates in Stripe#1003
Merged
Conversation
Publishing a plan does not create Stripe Products, Prices, or Subscriptions; the catalog stays in Zuplo. Replace the misleading mapping table with the list of objects Zuplo actually creates (Customers, Checkout Sessions, Customer Portal Sessions, Invoices, Tax Calculations, Webhook Endpoint) and remove the matching contradictions in the "How it works" and "Plan changes" sections. This now matches the restricted-key permission scopes already documented on the same page. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Per review feedback, the section read oddly because it spent paragraphs emphasizing what Zuplo doesn't create. Trim the intro and remove the "Zuplo does not create..." paragraph; the table now stands on its own. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Fixes the What Zuplo creates in Stripe section, which contradicted reality and the restricted-key permission scopes documented earlier on the same page.
The corrected content now matches the restricted-key permission scopes already documented at lines 89-91 ("Zuplo doesn't use Stripe Subscriptions, Products, Prices, ...").
Test plan