Payments
This section will show you how to add or remove a plan, change the labels, and configure the features and permissions.
The plan index file contains basic information and helper functions that you must change.
- frontend/src/security/plans.tsx
- backend/src/security/plans.tsx
You must change the pricing page to display or remove the plan.
- frontend/src/view/plan/PlanPage.tsx (React)
- frontend/src/modules/plan/components/plan-page.vue (Vue)
- frontend/src/app/plan/plan.component.html (Angular)
To customize the plan labels, update the I18n file:
frontend/src/i18n/<language>.ts

Plan permissions must be configured on both backend and frontend.
- frontend/src/security/permissions.ts
- backend/src/security/permissions.ts

Last modified 2yr ago