Skip to content

Commit

Permalink
Sandbox blik fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 23, 2024
1 parent 300a2aa commit e69d061
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Model/Tpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,7 @@ public function checkBlikLevel0Settings(): bool
return false;
}

$apiKey = $this->getApiKey();

$apiPassword = $this->getApiPassword();

return !(empty($apiKey) || strlen($apiKey) < 8 || empty($apiPassword) || strlen($apiPassword) < 4);
return true;
}

public function getInstallmentsAmountValid(): bool
Expand Down

0 comments on commit e69d061

Please sign in to comment.