fix(utils): avoid inflating refundable_total for tax inclusive pricing (#14237)

* Prevent refundable_total inflation for tax inclusive item pricing

* Add tests

* Add changeset

* Update changeset

* Review changes
This commit is contained in:
Nicolas Gorga
2025-12-09 15:28:22 -03:00
committed by GitHub
parent bff0142e7a
commit 4dbf46f2cb
4 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/utils": patch
---
fix(utils): avoid inflating refundable_total for tax inclusive pricing