Skip to content

Commit

Permalink
interpos - added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mustapayev committed Oct 12, 2024
1 parent 05b2817 commit 16f032d
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,14 @@ private function map3DCommonResponseData(array $raw3DAuthResponseData, ?array $r
'currency' => $this->mapCurrency($raw3DAuthResponseData['Currency']),
'transaction_time' => isset($raw3DAuthResponseData['TRXDATE']) ? new \DateTimeImmutable($raw3DAuthResponseData['TRXDATE']) : null,
'eci' => $raw3DAuthResponseData['Eci'],
/**
* TxnStat 3D doğrulama sonucunu belirtir :
* Y : Başarılı
* N : Başarısız
* A : Half Secure)
* U : Teknik Hata
* E : Hata
*/
'tx_status' => $raw3DAuthResponseData['TxnStat'],
'cavv' => null,
'md_error_message' => $raw3DAuthResponseData['ErrorMessage'],
Expand Down

0 comments on commit 16f032d

Please sign in to comment.