We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf983d8 + 2b39d59 commit 4efcd4bCopy full SHA for 4efcd4b
src/Validator.php
@@ -10,7 +10,7 @@ class Validator
10
* Regular expression patterns per country code
11
*
12
* @var array
13
- * @link http://ec.europa.eu/taxation_customs/vies/faq.html?locale=lt#item_11
+ * @link https://ec.europa.eu/taxation_customs/vies/faq.html?locale=lt#item_11
14
*/
15
private $patterns = [
16
'AT' => 'U[A-Z\d]{8}',
src/Vies/Client.php
@@ -12,7 +12,7 @@ class Client
/**
* @const string
- const URL = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
+ const URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
17
18
* @var SoapClient
0 commit comments