clean up wallet

This commit is contained in:
omair saleh
2022-02-07 15:41:55 +08:00
parent 799829f58d
commit 5a9318d67b
@@ -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;
},