Skip to content

Commit 0578c43

Browse files
Update app/code/core/Mage/Customer/Helper/Data.php
Co-Authored-By: Tony <5071467+empiricompany@users.noreply.github.com>
1 parent 8806d1e commit 0578c43

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Customer/Helper

1 file changed

+1
-1
lines changed

app/code/core/Mage/Customer/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Mage_Customer_Helper_Data extends Mage_Core_Helper_Abstract
7171
* WSDL of VAT validation service
7272
*
7373
*/
74-
const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
74+
const VAT_VALIDATION_WSDL_URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
7575

7676
/**
7777
* Configuration path to expiration period of reset password link

0 commit comments

Comments
 (0)