mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-28 08:53:59 +00:00
Fix double loading icons showing when validating voucher
This commit is contained in:
@@ -663,7 +663,7 @@
|
||||
amount: this.amount
|
||||
};
|
||||
if(this.voucherCode.trim() !== ''){
|
||||
this.submit(route('api.voucher.validate'), 'post', this.section, false, false);
|
||||
this.submit(route('api.voucher.validate'), 'post', '', false, false);
|
||||
}
|
||||
else{
|
||||
this.voucherValidated = true;
|
||||
|
||||
Reference in New Issue
Block a user