mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
clean up wallet
This commit is contained in:
@@ -546,13 +546,6 @@
|
||||
amount: this.amount
|
||||
};
|
||||
|
||||
if (this.parameters.payment_method == 'wallet') {
|
||||
if (!this.data.company.wallet || this.data.company.wallet.amount < this.parameters.amount) {
|
||||
this.error = 'Insufficient wallet balance. Please Top up your wallet.';
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
this.submit(route('api.booking.payment.quotation', this.item.id), 'post', this.section, false, false)
|
||||
this.calculation = null;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user