-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Vat Validation URL for EU Vat numbers changed. (Vies Service) #27874
Comments
Hi @WIKAWebmaster. Thank you for your report.
Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:
For more details, please, review the Magento Contributor Assistant documentation. @WIKAWebmaster do you confirm that you were able to reproduce the issue on vanilla Magento instance following steps to reproduce?
|
Hi @shikhamis11. Thank you for working on this issue.
|
@magento give me 2.4-develop instance |
Hi @shikhamis11. Thank you for your request. I'm working on Magento 2.4-develop instance for you |
Hi @shikhamis11, here is your Magento instance. |
✅ Confirmed by @shikhamis11 Issue Available: @shikhamis11, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself. |
Hi @shikhamis11. Thank you for working on this issue.
|
…op daily delivery Accepted Community Pull Requests: - #27886: Fixed #27874 Vat Validation URL for EU Vat numbers changed. (by @shikhamis11) - #27093: #27089 Fix issue with returning non-available default limit (by @lbajsarowicz) - #27926: Fixes incorrectly nested html in the product items list template. (by @hostep) - #27740: Redirecting users to sales order history page (by @ajithkumar-maragathavel) - #27892: Fixes unstable email integration tests (by @hostep) - #27578: Fix Magento Integrity Dependency test in case to be used not in scope of app/code isntallation. (by @swnsma) - #27323: MFTF: Add `<magentoCron` instruction - CatalogImportExport / CatalogInventory / CatalogRule (by @lbajsarowicz) - #27887: Fix Arabic and Hebrew in invoices (by @ihor-sviziev) - #27966: Correct used in sections image pattern, minor fixes (by @Nazar65) Fixed GitHub Issues: - #27089: BUG: `getDefaultLimitPerPageValue` returns value that is not available (reported by @lbajsarowicz) has been fixed in #27093 by @lbajsarowicz in 2.4-develop branch Related commits: 1. 17236cc 2. 381ab64 3. 778fbfb 4. d3962f2 5. aec01d8
Hi @WIKAWebmaster. Thank you for your report. The fix will be available with the upcoming 2.4.0 release. |
@magento-engcom-team |
@grossmann: the @magento-engcom-team user is just a bot, it never replies when you ask it something 🙂 @slavvka: can you answer the question above if this fix will be backported to 2.3.x? (maybe the bot can somehow automate its answers when a fix is being backported, that could be really helpful for informing the people interested) |
@hostep Thanks for the hint with the bot ;-). |
Hello @hostep, This issue has been backported into 2.3.x and will be released in 2.3.6. Best regards, |
@chernenm Your link to the pull request gives a 404 error. Can you show me to the correct url? |
Hello @grossmann, I am sorry, it is not merged yet, it will be released in 2.3.6. |
The link above is from internal repos. |
Thanks @chernenm! Would Magento consider opening up a 2.3.6-preview branch for upcoming new versions to the community. Since that would make things a lot clearer and we can search that branch to see if things are being backported yes or no? |
An Vat Validation is not possible anymore because in the file:
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Customer/Model/Vat.php
On line 47 the is the following code available
const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService?wsdl';
This url is not working anymore and should be changed to the new one to get it working again:
[http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl]
New Code
' const VAT_VALIDATION_WSDL_URL = 'http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl';
Preconditions (*)
Steps to reproduce (*)
Expected result (*)
Actual result (*)
The text was updated successfully, but these errors were encountered: