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 06a0dd0 commit faaec18Copy full SHA for faaec18
app/code/Magento/Customer/Model/Vat.php
@@ -44,7 +44,7 @@ class Vat
44
* WSDL of VAT validation service
45
*
46
*/
47
- 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';
48
49
/**
50
* Config path to option that enables/disables automatic group assignment based on VAT
0 commit comments