Skip to content

Commit

Permalink
update vies vat validation soap endpoint (#937)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
randallelliott714 and tmotyl committed Apr 29, 2020
1 parent 0366a1e commit a966d59
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 a966d59

Please sign in to comment.