Skip to content

Commit

Permalink
blik equal
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Mar 6, 2024
1 parent f1f4061 commit a65d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Validator/AdditionalPaymentInfoValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function validateCardData(array $data): bool

public function validateBlikIfPresent(array $data): bool
{
return 6 !== strlen($data[TpayInterface::BLIK_CODE]);
return 6 === strlen($data[TpayInterface::BLIK_CODE]);
}

public function validatePresenceOfGroupOrChannel(array $data): bool
Expand Down

0 comments on commit a65d526

Please sign in to comment.