Skip to content

Commit

Permalink
Apply fixes from StyleCI (#279)
Browse files Browse the repository at this point in the history
Co-authored-by: StyleCI Bot <[email protected]>
  • Loading branch information
khanzadimahdi and StyleCIBot authored Oct 6, 2024
1 parent 0d2c514 commit 0836125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Drivers/SEP/SEP.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,10 @@ public function verify(): ReceiptInterface
'TerminalNumber' => $transactionDetail['TerminalNumber'],
'OrginalAmount' => $transactionDetail['OrginalAmount'],
'AffectiveAmount' => $transactionDetail['AffectiveAmount'],
'StraceDate' => $transactionDetail['StraceDate'],
// SEP documents are not up-to-date. This will fix different
'StraceDate' => $transactionDetail['StraceDate'],
// SEP documents are not up-to-date. This will fix different
// between variable name in docs and actual returned values.
'Amount' => $transactionDetail['OrginalAmount'],
'Amount' => $transactionDetail['OrginalAmount'],
]);

return $receipt;
Expand Down

0 comments on commit 0836125

Please sign in to comment.