Skip to content

Commit 71f316f

Browse files
committed
Add domain and port to client
1 parent 0ce064b commit 71f316f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Validator/Constraints/VatNumberValidator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function validate(mixed $value, Constraint $constraint): void
3131
return;
3232
}
3333

34-
$this->viesApi->setHeartBeat(new HeartBeat());
34+
$this->viesApi->setHeartBeat(new HeartBeat(Vies::VIES_DOMAIN, Vies::VIES_PORT));
3535

3636
if (!$this->viesApi->getHeartBeat()->isAlive()) {
3737
//VIES service is not available

0 commit comments

Comments
 (0)