add U param in response paybox

This commit is contained in:
Marion Muszynski 2016-07-06 15:22:41 +02:00
parent 9954f14c25
commit 47e637644d

View File

@ -23,7 +23,7 @@ $pbx_site = trim(Configuration::get('PBX_SITE'));
$pbx_rang = trim(Configuration::get('PBX_RANG'));
$pbx_id = trim(Configuration::get('PBX_ID'));
$pbx_retour = 'm:M;r:R;t:T;a:A;b:B;p:P;c:C;s:S;y:Y;e:E;h:H;j:J;d:D;k:K';
$pbx_retour = 'm:M;r:R;t:T;a:A;b:B;p:P;c:C;s:S;y:Y;e:E;h:H;j:J;d:D;u:U;k:K';
$pbx_total = (int)sprintf('%f', number_format(Tools::convertPrice($cart->getOrderTotal(), null, false), 2, '.', '') * 100);
if (version_compare(_PS_VERSION_, '1.5', '>'))