Skip to content

Commit 71f316f

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Validator/Constraints/VatNumberValidator.php

Lines changed: 1 addition & 1 deletion
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)