chore: pricing models uses standardized relationships attributes (#6767)

what:

- all relationships under all models are standardized
This commit is contained in:
Riqwan Thamir
2024-03-21 10:01:52 +00:00
committed by GitHub
parent d930ebc1ed
commit cf8b5ce85b
16 changed files with 157 additions and 402 deletions
@@ -23,7 +23,7 @@ export async function createPriceSets(
for (let moneyAmount of moneyAmountsData) {
const psma = manager.create(PriceSetMoneyAmount, {
price_set: priceSet,
money_amount: moneyAmount.id,
money_amount_id: moneyAmount.id,
title: "test",
})