feat(core-flows,pricing,medusa,pricing,types,utils): Price List Prices can have their own rules (#5752)
**What** - Add price-rules for prices in price-lists - make rules object optional when creating prices **Why** - more price granularity Co-authored-by: Philip Korsholm <88927411+pKorsholm@users.noreply.github.com>
This commit is contained in:
@@ -9,7 +9,6 @@ const defaultPrices = [
|
||||
{
|
||||
amount: 3000,
|
||||
currency_code: "usd",
|
||||
rules: {},
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user