We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a64c16d commit 22fb320Copy full SHA for 22fb320
src/VatCalculator.php
@@ -896,7 +896,7 @@ public function getVATDetails($vatNumber)
896
$vatNumber = substr($vatNumber, 2);
897
898
if (strtoupper($countryCode) === 'GB') {
899
- throw new VATCheckUnavailableException('UK VAT checks are no longer available. Please see .');
+ throw new VATCheckUnavailableException("UK VAT checks are no longer available. Please see https://github.com/driesvints/vat-calculator/pull/191.");
900
} else {
901
$this->initSoapClient();
902
$client = $this->soapClient;
0 commit comments