Debug v16
This commit is contained in:
parent
f09638972c
commit
7e94eaac07
@ -182,7 +182,7 @@ function showOnlinePaymentUrl($type, $ref)
|
|||||||
// Load translation files required by the page
|
// Load translation files required by the page
|
||||||
$langs->loadLangs(array('payment', 'stripe'));
|
$langs->loadLangs(array('payment', 'stripe'));
|
||||||
|
|
||||||
$servicename = $langs->transnoentitiesnoconv('Online');
|
$servicename = ''; // Link is a generic link for all payments services (paypal, stripe, ...)
|
||||||
|
|
||||||
$out = img_picto('', 'globe').' <span class="opacitymedium">'.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'</span><br>';
|
$out = img_picto('', 'globe').' <span class="opacitymedium">'.$langs->trans("ToOfferALinkForOnlinePayment", $servicename).'</span><br>';
|
||||||
$url = getOnlinePaymentUrl(0, $type, $ref);
|
$url = getOnlinePaymentUrl(0, $type, $ref);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user