diff --git a/app/views/origami/shifts/show.html.erb b/app/views/origami/shifts/show.html.erb
index 0f9265e6..f2ee019e 100755
--- a/app/views/origami/shifts/show.html.erb
+++ b/app/views/origami/shifts/show.html.erb
@@ -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"){