Merge branch 'develop' of gitlab.antadis.net:dev-antadis/bebeboutik into develop
This commit is contained in:
commit
8eee8fa44e
@ -26,6 +26,7 @@ $pbx_total = (int)sprintf('%f', number_format(Tools::convertPrice($cart->getOrd
|
||||
$pbx_devise = 978; // euro
|
||||
$pbx_ipn = $ps_url.'modules/'.$module->name.'/validation.php';
|
||||
$pbx_link = $ps_url.'modules/'.$module->name.'/paiement.php';
|
||||
$pbx_3ds = 'N';
|
||||
|
||||
$save_paybox = Tools::getValue('save_paybox', false);
|
||||
$refabonne = $customer->email;
|
||||
@ -82,7 +83,7 @@ switch ($language->iso_code)
|
||||
}
|
||||
unset($language);
|
||||
|
||||
$params = "PBX_MODE=4 PBX_SITE=".$pbx_site." PBX_RANG=".$pbx_rang." PBX_TOTAL=".$pbx_total." PBX_DEVISE=".$pbx_devise." PBX_CMD=".(int)$cart->id." PBX_PORTEUR=".$customer->email." PBX_REFABONNE=".$refabonne." PBX_RETOUR='".$pbx_retour."' PBX_IDENTIFIANT=".$pbx_id." PBX_EFFECTUE='".$pbx_confurl."' PBX_ANNULE='".$pbx_cancelurl."' PBX_LANGUE='".$pbx_langue."' PBX_REFUSE='".$pbx_confurl."' PBX_REPONDRE_A='".$pbx_ipn."'";
|
||||
$params = "PBX_MODE=4 PBX_SITE=".$pbx_site." PBX_RANG=".$pbx_rang." PBX_TOTAL=".$pbx_total." PBX_DEVISE=".$pbx_devise." PBX_CMD=".(int)$cart->id." PBX_PORTEUR=".$customer->email." PBX_REFABONNE=".$refabonne." PBX_3DS=".$pbx_3ds." PBX_RETOUR='".$pbx_retour."' PBX_IDENTIFIANT=".$pbx_id." PBX_EFFECTUE='".$pbx_confurl."' PBX_ANNULE='".$pbx_cancelurl."' PBX_LANGUE='".$pbx_langue."' PBX_REFUSE='".$pbx_confurl."' PBX_REPONDRE_A='".$pbx_ipn."'";
|
||||
|
||||
if( Configuration::get('PBX_DEMO_MODE') == 0 ) {
|
||||
if (_PS_MOBILE_) {
|
||||
|
Loading…
Reference in New Issue
Block a user