fix(medusa): priced products region_id regression (#13961)
* Correctly destructure query result * Add changeset
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@medusajs/medusa": patch
|
||||
---
|
||||
|
||||
Fix regression preventing region_id to be resolved from store's default region when retrieving priced products
|
||||
@@ -77,7 +77,7 @@ export function normalizeDataForContext(options: PricingContextOptions = {}) {
|
||||
|
||||
// Finally, try to get it from the store defaults if not available
|
||||
if (!regionId) {
|
||||
const stores = await refetchEntities({
|
||||
const { data: stores } = await refetchEntities({
|
||||
entity: "store",
|
||||
scope: req.scope,
|
||||
fields: ["id", "default_region_id"],
|
||||
|
||||
Reference in New Issue
Block a user