@spiffcommerce/core 0.10.232 → 0.10.234
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/types.d.ts +3 -3
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -660,9 +660,9 @@ export interface Transaction {
|
|
|
660
660
|
*/
|
|
661
661
|
externalCartProductId?: string;
|
|
662
662
|
/**
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
663
|
+
* The external product variant id representing the product related to the transaction.
|
|
664
|
+
* This value can hold any type of transaction such as design and standard products.
|
|
665
|
+
*/
|
|
666
666
|
externalCartProductVariantId?: string;
|
|
667
667
|
priceModifierTotal?: number;
|
|
668
668
|
/**
|