feat(pricing): pricing models are made soft deletable (#6732)
what: - pricing models are made soft deletable - adds missing timestamp attributes - removes unwanted relationships + cascade cleanup
This commit is contained in:
@@ -45,6 +45,6 @@ export const createVariantPriceSet = async ({
|
||||
})
|
||||
|
||||
return await pricingModuleService.retrieve(priceSet.id, {
|
||||
relations: ["money_amounts"],
|
||||
relations: ["price_set_money_amounts.money_amount"],
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user