You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I placed an order with a product, the total amount included taxes. Now when processing a return in the admin side, the calculations were right but when I confirmed, the refund only processed the item without taxes. Now the outstanding balance is lower than the actual order due to the taxes not being included and I can't refund a user with the entire order.
Expected behavior
Returns to subtract the amount of the item, including any taxes to that item.
Package.json file
Node.js version
v22.10.0
Database and its version
PostgreSQL 15.6.1.115
Operating system name and version
Macbook Pro 2023 - MacOS 15.1.1
Browser name
Google Chrome
What happended?
I placed an order with a product, the total amount included taxes. Now when processing a return in the admin side, the calculations were right but when I confirmed, the refund only processed the item without taxes. Now the outstanding balance is lower than the actual order due to the taxes not being included and I can't refund a user with the entire order.
Expected behavior
Returns to subtract the amount of the item, including any taxes to that item.
Actual behavior
Returns subtracts the amount of the item alone.
Link to reproduction repo
https://github.com/medusajs/medusa
The text was updated successfully, but these errors were encountered: