Change config PBX_RANG

This commit is contained in:
Michael RICOIS 2013-11-15 15:43:31 +00:00
parent 4b5da92d16
commit b36a92a513
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ class Paybox_Config_Prod
public $variables = array(
'SITE' => '5136925',
'RANG' => '001',
'RANG' => '01',
'IDENTIFIANT' => '533616985',
);

View File

@ -19,7 +19,7 @@ class Paybox_Config_Test
public $variables = array(
'SITE' => '5136925',
'RANG' => '001',
'RANG' => '01',
'IDENTIFIANT' => '533616985',
);