fix(pricing): fix pricing query when max_quantity is null (#12981)

what: 

Prices when max_quantity value is null is accounted for when quantity is passed in context.

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
Riqwan Thamir
2025-07-21 06:34:58 +00:00
committed by GitHub
co-authored by Oli Juhl
parent 3fa1db9dea
commit 822217fa36
3 changed files with 77 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"@medusajs/pricing": patch
---
fix(pricing): fix pricing query when max_quantity is null