Skip to content

Commit

Permalink
incremental authorization: fix for payByLink dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kappel committed Dec 28, 2021
1 parent 0572fb7 commit 2419c6f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Json/JsonGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,7 @@ protected function createIncrementalAuthorization($transaction, $language) {
'transactionIndicator' => $transaction->getTransactionIndicator(),
'language' => $language,
];

$this->updateData($transaction, $data);


return $data;
}

Expand Down

0 comments on commit 2419c6f

Please sign in to comment.