stripe logo added

This commit is contained in:
Čarodej
2021-12-02 16:14:23 +01:00
parent 8242ba860f
commit 0179dcb068
9 changed files with 93 additions and 437 deletions

View File

@@ -323,10 +323,10 @@ const FunctionHelpers = {
}
Vue.prototype.$getPaymentLogo = function (driver) {
return {
'paypal': '/assets/payments/paypal.svg',
'paystack': store.getters.isDarkMode ? '/assets/payments/paystack-dark.svg' : '/assets/payments/paystack.svg',
'stripe': '/assets/payments/stripe.svg',
}[driver]
}