adjusting response data for paybox payment information

This commit is contained in:
Marion Muszynski 2016-09-27 12:07:24 +02:00
parent 829137c244
commit f4ecfd644b

View File

@ -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 = '';