-
Notifications
You must be signed in to change notification settings - Fork 88
chore(docs): improve docs on how payment works in v8 #970
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(docs): improve docs on how payment works in v8 #970
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR improves the documentation for the payment system in SDK v8, providing clearer guidance on payment delegation and Auth Service usage.
Key Changes:
- Adds comprehensive "Sponsoring Your Users" section explaining the migration from Capacity Credits to the new payment delegation system
- Expands Auth Service documentation with detailed payment delegation API endpoints and workflow explanations
- Standardizes quote style from double to single quotes throughout code examples
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docs/sdk/getting-started/payment-manager-setup.mdx | Adds detailed sponsoring users section with code examples for manual and Auth Service-based delegation workflows; standardizes quote style |
| docs/sdk/getting-started/auth-services.mdx | Adds new Payment Delegation APIs section explaining registration and user delegation endpoints |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Anson <ansonox@gmail.com>
…cy flow description
…n-how-it-works' of github.com:LIT-Protocol/js-sdk into feature/jss-134-nagadocs-improve-payment-docs-to-explain-how-it-works
…s-to-explain-how-it-works
…r clarity and accuracy
WHAT
Improve payment section