Payments
Last updated
Was this helpful?
Last updated
Was this helpful?
This section will show you how to add or remove a plan, change the labels, and configure the features and permissions.
For setup instructions, refer to .
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)
See .
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
See .