Skip to content

Commit 22fb320

Browse files
committed
wip
1 parent a64c16d commit 22fb320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VatCalculator.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@ public function getVATDetails($vatNumber)
896896
$vatNumber = substr($vatNumber, 2);
897897

898898
if (strtoupper($countryCode) === 'GB') {
899-
throw new VATCheckUnavailableException('UK VAT checks are no longer available. Please see .');
899+
throw new VATCheckUnavailableException("UK VAT checks are no longer available. Please see https://github.com/driesvints/vat-calculator/pull/191.");
900900
} else {
901901
$this->initSoapClient();
902902
$client = $this->soapClient;

0 commit comments

Comments
 (0)