Merge branch 'master' of bitbucket.org:code2lab/sxrestaurant into cloud

This commit is contained in:
Aung Myo
2018-01-12 17:11:48 +06:30
2 changed files with 38 additions and 23 deletions

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"){