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.
1 parent bb15ebd commit 5416b30Copy full SHA for 5416b30
app/code/core/Mage/Customer/Helper/Data.php
@@ -71,7 +71,7 @@ class Mage_Customer_Helper_Data extends Mage_Core_Helper_Abstract
71
* WSDL of VAT validation service
72
*
73
*/
74
- const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService?wsdl';
+ const VAT_VALIDATION_WSDL_URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
75
76
/**
77
* Configuration path to expiration period of reset password link
0 commit comments