-
Notifications
You must be signed in to change notification settings - Fork 552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update vies vat validation soap endpoint #85
base: magento-1.9
Are you sure you want to change the base?
Conversation
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 this official endpoint http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl
I can confirm this. see http://ec.europa.eu/taxation_customs/vies/faq.html#item_18 |
But you have requested the pull request for the magento-mirror, I think you have to do it by using magento-lts. |
* 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]>
Note when you apply this patch yourself: protocol should be https, not http. You get a 307 Temporary redirect for this url. |
yes you can refer to this PR https://github.com/OpenMage/magento-lts/pull/937/files |
* 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]>
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 this official endpoint http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl