File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
content/saas/getting-started Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,26 @@ Create `src/saasConfig.json`:
7070 "admin" : true
7171 }
7272 },
73+ "settings" : {
74+ "name" : {
75+ "type" : " string" ,
76+ "required" : true ,
77+ "label" : " subscription.name" ,
78+ "placeholder" : " subscription.namePlaceholder"
79+ }
80+ },
7381 "pages" : {
7482 "billing" : " /subscription/:id/billing" ,
7583 "createPlan" : " /create-plan" ,
7684 "subscription" : " /subscription/:id" ,
7785 "users" : " /subscription/:id/users" ,
7886 "invite" : " /subscription/:id/users/invite" ,
79- "settings" : " /subscription/:id/settings"
87+ "settings" : " /subscription/:id/settings" ,
88+ "changePlan" : " /subscription/:id/billing/change-plan" ,
89+ "cancelSubscription" : " /subscription/:id/billing/cancel" ,
90+ "managePaymentMethods" : " /subscription/:id/billing/payment-methods" ,
91+ "updateBillingDetails" : " /subscription/:id/billing/update-details" ,
92+ "transferOwnership" : " /subscription/:id/billing/transfer-ownership"
8093 }
8194}
8295```
You can’t perform that action at this time.
0 commit comments