Skip to content

Commit 12d0e76

Browse files
ENGCOM-7458: Fixed #27874 Vat Validation URL for EU Vat numbers changed. #27886
- Merge Pull Request #27886 from shikhamis11/magento2:2.4-devapril1 - Merged commits: 1. faaec18 2. 49dc77b
2 parents ed3f42b + 49dc77b commit 12d0e76

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)