Skip to content

Commit 6dae5d6

Browse files
authored
ENGCOM-7458: Fixed #27874 Vat Validation URL for EU Vat numbers changed. #27886
2 parents d4a9098 + 12d0e76 commit 6dae5d6

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/Model

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Model/Vat.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Vat
4444
* WSDL of VAT validation service
4545
*
4646
*/
47-
const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService?wsdl';
47+
const VAT_VALIDATION_WSDL_URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
4848

4949
/**
5050
* Config path to option that enables/disables automatic group assignment based on VAT

0 commit comments

Comments
 (0)