check JunctionPay
This commit is contained in:
@@ -359,7 +359,12 @@ function show_order_detail(url,sr_no){
|
||||
$('#address').text(address);
|
||||
|
||||
$(".order_payment_type").show();
|
||||
$("#payment_type").text(data.payment_type);
|
||||
if(data.payment_type == "cash_on_delivery"){
|
||||
$("#payment_type").text("COD");
|
||||
}else if(data.payment_type == "dinga"){
|
||||
$("#payment_type").text("DINGA");
|
||||
}
|
||||
|
||||
$('#ref_no').text(data.transaction_ref);
|
||||
$('#callback_url').text(data.callback_url);
|
||||
$('#order_id').text(data.order_reservation_id);
|
||||
|
||||
Reference in New Issue
Block a user