Skip to content

Commit 4efcd4b

Browse files
Merge pull request #39 from gemal/httpsvies
use https for vies
2 parents bf983d8 + 2b39d59 commit 4efcd4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Validator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Validator
1010
* Regular expression patterns per country code
1111
*
1212
* @var array
13-
* @link http://ec.europa.eu/taxation_customs/vies/faq.html?locale=lt#item_11
13+
* @link https://ec.europa.eu/taxation_customs/vies/faq.html?locale=lt#item_11
1414
*/
1515
private $patterns = [
1616
'AT' => 'U[A-Z\d]{8}',

src/Vies/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Client
1212
/**
1313
* @const string
1414
*/
15-
const URL = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
15+
const URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
1616

1717
/**
1818
* @var SoapClient

0 commit comments

Comments
 (0)