@final-commerce/command-frame 0.1.8 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/CommonTypes.d.ts
CHANGED
package/dist/demo/database.js
CHANGED
|
@@ -180,7 +180,6 @@ const createSimpleProduct = (id, name, price, image, category, description) => {
|
|
|
180
180
|
companyId: COMPANY_ID,
|
|
181
181
|
externalId: `ext_${id}`,
|
|
182
182
|
sku,
|
|
183
|
-
price,
|
|
184
183
|
minPrice: price,
|
|
185
184
|
maxPrice: price,
|
|
186
185
|
status: "active",
|
|
@@ -214,7 +213,6 @@ const createVariableProduct = (id, name, basePrice, largePrice, image, category,
|
|
|
214
213
|
companyId: COMPANY_ID,
|
|
215
214
|
externalId: `ext_${id}`,
|
|
216
215
|
sku: skuBase,
|
|
217
|
-
price: basePrice,
|
|
218
216
|
minPrice: basePrice,
|
|
219
217
|
maxPrice: largePrice,
|
|
220
218
|
status: "active",
|