mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 17:12:15 +00:00
Payment setting frontend part 2 - payment setup front/backend
This commit is contained in:
2
resources/js/store/modules/payments.js
vendored
2
resources/js/store/modules/payments.js
vendored
@@ -18,7 +18,7 @@ const actions = {
|
||||
const mutations = {
|
||||
SET_SINGLE_CHARGE_AMOUNT(state, amount) {
|
||||
state.singleChargeAmount = amount
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
const getters = {
|
||||
|
||||
Reference in New Issue
Block a user