Skip to content

Commit

Permalink
Blik zero fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 22, 2024
1 parent 4e101f0 commit 0cb50d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/ApiFacade/Transaction/TransactionApiFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public function translateGroupToChannel(array $data, bool $redirectToChannel): a

public function originApiFieldCorrect(array $data): array
{
if (!$this->isOpenApiUse() && TransactionOriginApi::BLIK_CHANNEL != (int) $data['group']) {
if (!$this->isOpenApiUse()) {
unset($data['channel']);
unset($data['currency']);
unset($data['language']);
Expand Down

0 comments on commit 0cb50d0

Please sign in to comment.