show success message for settle

This commit is contained in:
phyusin
2018-01-12 16:36:59 +06:30
parent bdbf7333b2
commit a8a86e3202

View File

@@ -168,6 +168,17 @@
}
else if(payment_type == "CUP"){
$("#loading_wrapper").hide();
swal({
title: 'Information!',
text: 'Settlement is successfully.',
type: 'success',
html: true,
closeOnConfirm: false,
closeOnCancel: false,
allowOutsideClick: false
}, function () {
window.location.href = '/origami/shift/close';
});
// reqCBBankAlipaySettlement();
}
// else if(payment_type == "Alipay"){