Skip to content

Commit 5416b30

Browse files
update vies vat validation soap endpoint (#937)
* update vies vat validation soap endpoint default endpoint for vat validation throught vies webservice defined in VAT_VALIDATION_WSDL_URL return 302 redirect to http://taxudp92.cc.cec.eu.int:7174/taxation_customs/vies/checkVatService.wsdl updated with this official endpoint http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl original pull request from OpenMage/magento-mirror#85 * Update app/code/core/Mage/Customer/Helper/Data.php Co-Authored-By: Tony <[email protected]> Co-authored-by: Tymoteusz Motylewski <[email protected]>
1 parent bb15ebd commit 5416b30

File tree

1 file changed

+1
-1
lines changed
  • app/code/core/Mage/Customer/Helper

1 file changed

+1
-1
lines changed

app/code/core/Mage/Customer/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class Mage_Customer_Helper_Data extends Mage_Core_Helper_Abstract
7171
* WSDL of VAT validation service
7272
*
7373
*/
74-
const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService?wsdl';
74+
const VAT_VALIDATION_WSDL_URL = 'https://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
7575

7676
/**
7777
* Configuration path to expiration period of reset password link

0 commit comments

Comments
 (0)