fix(core-flows): Avoid throwing if no prices found for variant when adding to cart custom price item (#14528)

* Avoid throwing prices not found error when line item is custom unit price

* Add changeset

* Avoid throwing upo variant price validation for custom priced item variants
This commit is contained in:
Nicolas Gorga
2026-01-13 14:58:41 -03:00
committed by GitHub
parent d4173478f4
commit 28fae96cee
4 changed files with 116 additions and 8 deletions

View File

@@ -0,0 +1,5 @@
---
"@medusajs/core-flows": patch
---
fix(core-flows): Avoid throwing if no prices found for variant when adding to cart custom price item