Closed (fixed)
Project:
Commerce Core
Version:
3.x-dev
Component:
Tax
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2025 at 13:04 UTC
Updated:
24 Sep 2025 at 14:29 UTC
Jump to comment: Most recent
Starting August 1st 2025, the Romanian VAT rates have changed:
Source: ey.com
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jsacksick commentedI just wonder what would happen if people assign the "intermediate" VAT rate now. Will orders get "no rate"?
But it seems the right thing to do according to https://www.avalara.com/vatlive/en/country-guides/europe/romania/romania... as well.
Comment #4
ts.ag commentedComment #5
jsacksick commentedShould we remove the "intermediate" key alltogether?
Comment #6
ts.ag commentedI'm not certain about what happens to existing orders if the intermediate rate is removed, someone more familiar with this should confirm if it can just be removed or if an update hook is required to adjust existing data.
Comment #7
jsacksick commentedBecause the following code:
Can in theory return NULL and we aren't accounting for that.
Removing the rate is not a good idea as it could break previously placed orders as well in case tax recalculation is needed.
Comment #8
jsacksick commentedThank you! Merged!