Interting column

This commit is contained in:
Christophe LATOUR 2018-01-22 15:21:14 +01:00
parent 8501a75394
commit e003dee51a

View File

@ -124,8 +124,8 @@ class PayboxController extends ApiBaseController {
'p' => $response['AUTORISATION'],
//TODO
'c' => isset($input_data['CARD_TYPE']) ? $input_data['CARD_TYPE'] : 'Inconnu',
'a' => 'CARTE',
's' => (int)$response['NUMTRANS'],
'a' => (int)$response['NUMTRANS'],
's' => 'CARTE',
'e' => $response['CODEREPONSE'],
//TODO ?
'i' => '',