|
|
@ -258,7 +258,7 @@
|
|
|
|
$.ajax({
|
|
|
|
$.ajax({
|
|
|
|
type: "get",
|
|
|
|
type: "get",
|
|
|
|
dataType: "json",
|
|
|
|
dataType: "json",
|
|
|
|
url: '/webht.php/apps/pay/ipaylinksservice/note_modal/' + pn_txn_id ,
|
|
|
|
url: '/webht.php/apps/pay/ipaylinksservice/note_modal/' + pn_txn_id + '/' + pn_invoice,
|
|
|
|
success: function(data, textStatus) {
|
|
|
|
success: function(data, textStatus) {
|
|
|
|
$('#modal_set_orderid_body').html(data);
|
|
|
|
$('#modal_set_orderid_body').html(data);
|
|
|
|
$('#modal_set_orderid').modal('show');
|
|
|
|
$('#modal_set_orderid').modal('show');
|
|
|
|