New voucher CIEFPC30 setup with new business logic

This commit is contained in:
Dillon Ngo
2024-12-10 02:12:03 +08:00
parent eb13200645
commit e86d25b5f0
2 changed files with 2 additions and 1 deletions
@@ -98,7 +98,7 @@
this.submit(this.route('api.voucher.create'), 'post', this.section, false, false);
},
errorHandler(error){
this.voucherCodeFailedReason = 'Some went wrong, please report this to tech';
this.voucherCodeFailedReason = 'Something went wrong, please report this to tech';
this.voucherFetched = false;
this.voucherIsChecking = false;
},
@@ -34,6 +34,7 @@ export default {
return {
options: {
include_metadata: true,
is_display: 1,
}
}
},