feat(pricing,medusa,utils): added list + get endpoints for price lists (#6592)
what: - brings back price list GET endpoints to v2 endpoints
This commit is contained in:
@@ -2523,6 +2523,9 @@ describe("/admin/orders", () => {
|
||||
refundable_amount: 10000,
|
||||
gift_card_total: 0,
|
||||
gift_card_tax_total: 0,
|
||||
items: [{ refundable: 7200 }],
|
||||
claims: [],
|
||||
swaps: [],
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user