fix wallet bug

This commit is contained in:
omair saleh
2022-03-02 11:52:13 +08:00
parent 515facb53f
commit 1ff65dce46
@@ -119,7 +119,7 @@
parameters: {
amount: {
required,
minValue: this.minValue(),
minValue: minValue(this.minValue),
},
reference: {
required: requiredIf(function () { return this.parameters.transaction_type !== 0 })