- get plans via api

- subscribe to plan at the frontend
This commit is contained in:
Čarodej
2021-11-11 14:57:53 +01:00
parent 8387467ee7
commit c7dab4b268
14 changed files with 567 additions and 153 deletions

View File

@@ -413,6 +413,10 @@ const FunctionHelpers = {
Vue.prototype.$showMobileMenu = function (name) {
events.$emit('mobile-menu:show', name)
}
Vue.prototype.$openUpgradeOptions = function () {
events.$emit('popup:open', {name: 'select-plan-subscription'})
}
}
}