Merge branch 'ticket-payboxAgreement' into develop
This commit is contained in:
commit
f5cf501cad
@ -55,7 +55,7 @@ $pbx_id = trim(Configuration::get('PBX_ID'));
|
||||
$num_question = Configuration::get('NUM_QUESTION_PAYBOX') + 1;
|
||||
Configuration::updateValue('NUM_QUESTION_PAYBOX', $num_question);
|
||||
|
||||
$montant = "".(Tools::convertPrice($cart->getOrderTotal(), null, false), 2, '.', '') * 100)."";
|
||||
$montant = "".(Tools::convertPrice($cart->getOrderTotal(), null, false) * 100)."";
|
||||
$devise = 978;
|
||||
$numbers = urldecode($paybox_card['handle']);
|
||||
$dateval = $paybox_card['date'];
|
||||
|
Loading…
Reference in New Issue
Block a user