Skip to content

Commit

Permalink
ec.europa.eu API has now been officially moved to https :)
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 10, 2022
1 parent 2632f9b commit 67c060e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Vat/Provider/Europa.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* @author Pierre-Henry Soria <pierrehenrysoria@gmail.com>
* @copyright (c) 2017-2019, Pierre-Henry Soria. All Rights Reserved.
* @copyright (c) 2017-2022, Pierre-Henry Soria. All Rights Reserved.
* @license GNU General Public License; <https://www.gnu.org/licenses/gpl-3.0.en.html>
*/

Expand All @@ -16,7 +16,7 @@

class Europa implements Providable
{
const EU_VAT_API = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
const EU_VAT_API = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
const IMPOSSIBLE_CONNECT_API_MESSAGE = 'Impossible to connect to the Europa SOAP: %s';
const IMPOSSIBLE_RETRIEVE_DATA_MESSAGE = 'Impossible to retrieve the VAT details: %s';

Expand Down

0 comments on commit 67c060e

Please sign in to comment.