- Flat fee implementation

- Fixed/Metered plan pages
This commit is contained in:
Čarodej
2021-12-21 17:28:17 +01:00
parent 60b34e53a3
commit 6bb7789232
19 changed files with 740 additions and 130 deletions

View File

@@ -330,7 +330,7 @@ const FunctionHelpers = {
'paystack': store.getters.isDarkMode ? '/assets/payments/paystack-dark.svg' : '/assets/payments/paystack.svg',
'stripe': '/assets/payments/stripe.svg',
'system': this.$getImage(store.getters.config.app_logo_horizontal),
}[driver]
}[driver] || this.$getImage(store.getters.config.app_logo_horizontal)
}
Vue.prototype.$getSubscriptionStatusColor = function (status) {