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.
2 parents d4a9098 + 12d0e76 commit 6dae5d6Copy full SHA for 6dae5d6
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