check multiple other payments in receipt

This commit is contained in:
phyusin
2018-01-11 11:46:05 +06:30
parent 0eda7543ff
commit 2d2a154c17
4 changed files with 27 additions and 24 deletions

View File

@@ -318,7 +318,7 @@ function resCBPay(resMsg,card_sale_trans_id,cmd_type,payment_type,bnk_bill_amoun
closeOnCancel: false,
allowOutsideClick: false
}, function () {
window.location.href = '/origami/sale/'+ sale_id + "/payment/others_payment/MPU";
window.location.href = '/origami/sale/'+ sale_id + "/payment/others_payment/"+payment_type.toUpperCase();
});
}
}