Merge branch 'ticket-15155-paypal-order-display'
This commit is contained in:
commit
010ec70298
@ -320,7 +320,7 @@ class Order extends OrderCore
|
|||||||
WHERE `id_order`='.(int)$order->id
|
WHERE `id_order`='.(int)$order->id
|
||||||
);
|
);
|
||||||
$paypal_base_url = 'https://www.paypal.com/activity/payment/';
|
$paypal_base_url = 'https://www.paypal.com/activity/payment/';
|
||||||
$returned_string .= '<p style="margin-bottom:0px;">ID TRANS. : '.
|
$returned_string .= '<p style="margin-bottom:0px;">ID : '.
|
||||||
$infos['id_transaction'].' (<a href="'.$paypal_base_url. $infos['id_transaction'].'" target="_blank"><span class="anticon anticon-link"></span></a>)'.
|
$infos['id_transaction'].' (<a href="'.$paypal_base_url. $infos['id_transaction'].'" target="_blank"><span class="anticon anticon-link"></span></a>)'.
|
||||||
'</p>';
|
'</p>';
|
||||||
}elseif(strtolower($order->payment) === 'paybox'){
|
}elseif(strtolower($order->payment) === 'paybox'){
|
||||||
@ -329,7 +329,7 @@ class Order extends OrderCore
|
|||||||
FROM `'._DB_PREFIX_.'paybox_transaction`
|
FROM `'._DB_PREFIX_.'paybox_transaction`
|
||||||
where `id_cart` ='.(int)$order->id_cart
|
where `id_cart` ='.(int)$order->id_cart
|
||||||
);
|
);
|
||||||
$returned_string .= '<p style="margin-bottom:0px;">ID : '.
|
$returned_string .= '<p style="margin-bottom:0px;">ID TRANS. : '.
|
||||||
$infos['num_transaction'].' - '.$infos['paiement'].
|
$infos['num_transaction'].' - '.$infos['paiement'].
|
||||||
'</p>';
|
'</p>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user