-
Notifications
You must be signed in to change notification settings - Fork 2
chore: remove references to vouchers #93
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 removes voucher-related payment functionality from the documentation, simplifying the payment methods to only use RLC tokens directly. The changes eliminate references to voucher usage across method documentation, configuration guides, and UI components.
- Removed voucher payment methods and documentation from all SDK method references
- Deleted Builder Dashboard documentation page and related assets
- Removed voucher claim UI component from the Hello World tutorial
Reviewed Changes
Copilot reviewed 13 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| src/references/web3telegram/methods/sendTelegram.md | Removed useVoucher parameter documentation and updated payment method tip to reference RLC only |
| src/references/web3mail/methods/sendEmail.md | Removed useVoucher parameter documentation and updated payment method tip to reference RLC only |
| src/references/dataProtector/methods/processProtectedData.md | Removed useVoucher and voucherOwner parameter documentation |
| src/references/dataProtector/advanced-configuration.md | Removed ChainNotSupportedBadge from dataprotectorContractAddress heading and cleaned up script imports |
| src/modules/helloWorld/CouponCode.vue | Deleted entire Vue component for voucher coupon code generation |
| src/guides/use-iapp/integrate-web3-messaging.md | Removed commented-out useVoucher parameter and updated payment section text |
| src/guides/use-iapp/how-to-pay-executions.md | Removed entire "Paying with Vouchers" section and simplified payment methods overview to RLC only |
| src/get-started/tooling-and-explorers/builder-dashboard.md | Deleted entire Builder Dashboard documentation page |
| src/get-started/helloWorld/5-bonusChapter.md | Removed voucher claim section and cleaned up script imports |
| src/assets/tooling-&-explorers/builder-dashboard/*.png | Deleted Builder Dashboard screenshot assets |
| README.md | Removed voucherOwner from example parameter list |
| CONTRIBUTING.md | Removed voucherOwner from standard parameter names list |
| .vitepress/theme/index.ts | Removed claimVoucher tracking event |
| .vitepress/sidebar.ts | Removed Builder Dashboard from sidebar navigation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Copilot reviewed 13 out of 16 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.