fix(promotion, types): non discountable items check (#12644)

* fix(promotions): check if item is discountable

* fix: return earl yonly if non discountable

* fix: update test

* chore: add integration test
This commit is contained in:
Frane Polić
2025-06-12 10:23:06 +02:00
committed by GitHub
parent 6be5750fe8
commit bd6d9777c5
5 changed files with 175 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/promotion": patch
"@medusajs/types": patch
---
fix(promotion, types): non discountable items check