Skip to content

Commit

Permalink
Merge pull request #25 from minicstudio/feature/ProviderRegistrationN…
Browse files Browse the repository at this point in the history
…umber

Remove organization registration number required
  • Loading branch information
antal-levente authored Dec 20, 2024
2 parents d32c3c3 + 32cbfab commit a715add
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Saga/Antet.php
Original file line number Diff line number Diff line change
Expand Up @@ -746,10 +746,6 @@ public function validate()
throw new InvalidArgumentException('Provider vat number is required!');
}

if (!$this->provider_registration_number) {
throw new InvalidArgumentException('Provider registration number is required!');
}

if (!$this->provider_country) {
throw new InvalidArgumentException('Provider country name is required!');
}
Expand Down

0 comments on commit a715add

Please sign in to comment.