Skip to content

Commit 6f00087

Browse files
committed
FIX: typo - code double up
1 parent a08ff8f commit 6f00087

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

code/services/PaymentService.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ protected function createMessage($type, $data = null) {
165165
'Token' => $data->getToken(),
166166
'CardReference' => $data->getCardReference(),
167167
'Amount' => $data->getAmount(),
168-
'Amount' => $data->getAmount(),
169168
'Currency' => $data->getCurrency(),
170169
'Description' => $data->getDescription(),
171170
'TransactionId' => $data->getTransactionId(),

0 commit comments

Comments
 (0)