Merge branch 'ticket-payboxAgreement' into develop
This commit is contained in:
commit
a87bb60fc9
@ -42,7 +42,7 @@ include(dirname(__FILE__).'/../../header.php');
|
||||
if(Configuration::get('PBX_DEMO_MODE') == 0) {
|
||||
$curl = curl_init('https://preprod-ppps.paybox.com/PPPS.php');
|
||||
} else {
|
||||
//$curl = curl_init('https://ppps.paybox.com/PPPS.php');
|
||||
$curl = curl_init('https://ppps.paybox.com/PPPS.php');
|
||||
}
|
||||
|
||||
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
|
||||
|
Loading…
Reference in New Issue
Block a user