We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ce064b commit 71f316fCopy full SHA for 71f316f
src/Validator/Constraints/VatNumberValidator.php
@@ -31,7 +31,7 @@ public function validate(mixed $value, Constraint $constraint): void
31
return;
32
}
33
34
- $this->viesApi->setHeartBeat(new HeartBeat());
+ $this->viesApi->setHeartBeat(new HeartBeat(Vies::VIES_DOMAIN, Vies::VIES_PORT));
35
36
if (!$this->viesApi->getHeartBeat()->isAlive()) {
37
//VIES service is not available
0 commit comments