@pisell/pisellos 0.0.167 → 0.0.168
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.
|
@@ -452,6 +452,7 @@ export var RulesModule = /*#__PURE__*/function (_BaseModule) {
|
|
|
452
452
|
bundle: product.bundle,
|
|
453
453
|
options: product.options
|
|
454
454
|
}),
|
|
455
|
+
variant: originProduct._productInit.variant,
|
|
455
456
|
original_price: new Decimal(product.price || 0).toNumber(),
|
|
456
457
|
total: targetProductTotal
|
|
457
458
|
}));
|
|
@@ -320,6 +320,7 @@ var RulesModule = class extends import_BaseModule.BaseModule {
|
|
|
320
320
|
bundle: product.bundle,
|
|
321
321
|
options: product.options
|
|
322
322
|
}),
|
|
323
|
+
variant: originProduct._productInit.variant,
|
|
323
324
|
original_price: new import_decimal.default(product.price || 0).toNumber(),
|
|
324
325
|
total: targetProductTotal
|
|
325
326
|
}));
|