Skip to content

Commit

Permalink
ENGCOM-7458: Fixed #27874 Vat Validation URL for EU Vat numbers chang…
Browse files Browse the repository at this point in the history
…ed. #27886

 - Merge Pull Request #27886 from shikhamis11/magento2:2.4-devapril1
 - Merged commits:
   1. faaec18
   2. 49dc77b
  • Loading branch information
magento-engcom-team committed Apr 22, 2020
2 parents ed3f42b + 49dc77b commit 12d0e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/Customer/Model/Vat.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Vat
* WSDL of VAT validation service
*
*/
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';

/**
* Config path to option that enables/disables automatic group assignment based on VAT
Expand Down

0 comments on commit 12d0e76

Please sign in to comment.