Payment setting frontend part 2 - payment setup front/backend

This commit is contained in:
Čarodej
2022-01-07 12:42:47 +01:00
parent 8b7a80e10d
commit e892e0e94f
20 changed files with 316 additions and 1731 deletions

View File

@@ -50,26 +50,6 @@ const routesUser = [
},
]
},
{
name: 'UpgradePlan',
path: '/user/upgrade/plan',
component: () =>
import(/* webpackChunkName: "chunks/upgrade-plan" */ '../views/Upgrade/UpgradePlan'),
meta: {
requiresAuth: true,
title: 'routes_title.upgrade_plan'
},
},
{
name: 'UpgradeBilling',
path: '/user/upgrade/billing',
component: () =>
import(/* webpackChunkName: "chunks/upgrade-billing" */ '../views/Upgrade/UpgradeBilling'),
meta: {
requiresAuth: true,
title: 'routes_title.upgrade_billing'
},
},
]
export default routesUser