Skip to content

Commit

Permalink
[bug-OpenMage#937] Update vat validation soap endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
empiricompany authored and edannenberg committed Aug 17, 2020
1 parent 69df9eb commit 269ea57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Customer/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Mage_Customer_Helper_Data extends Mage_Core_Helper_Abstract
* 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';

/**
* Configuration path to expiration period of reset password link
Expand Down

0 comments on commit 269ea57

Please sign in to comment.