mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
added logo to the transaction service
This commit is contained in:
8
resources/js/helpers/functionHelpers.js
vendored
8
resources/js/helpers/functionHelpers.js
vendored
@@ -305,6 +305,14 @@ const FunctionHelpers = {
|
||||
this.$store.dispatch(...routes[this.$router.currentRoute.name])
|
||||
}
|
||||
|
||||
Vue.prototype.$getPaymentLogo = function (driver) {
|
||||
|
||||
return {
|
||||
'paypal': '/assets/payments/paypal.svg',
|
||||
'paystack': '/assets/payments/paystack.svg',
|
||||
}[driver]
|
||||
}
|
||||
|
||||
Vue.prototype.$goToFileView = function (id) {
|
||||
|
||||
let locations = {
|
||||
|
||||
Reference in New Issue
Block a user