adjusting response data for paybox payment information
This commit is contained in:
parent
829137c244
commit
f4ecfd644b
@ -125,6 +125,8 @@ $autorisation = explode('AUTORISATION=', $data[5]);
|
||||
$code_reponse = explode('CODEREPONSE=', $data[6]);
|
||||
$commentaire = explode('COMMENTAIRE=', $data[7]);
|
||||
|
||||
$data[7] = "COMMENTAIRE=".pSQL($commentaire);
|
||||
|
||||
mail('marion@antadis.com', '[BBB] Paiement direct reponse globale', $response);
|
||||
|
||||
$error = '';
|
||||
|
Loading…
Reference in New Issue
Block a user