merchi_sdk_js 0.0.21 → 0.0.22
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/cart_item.js +1 -1
package/package.json
CHANGED
package/src/cart_item.js
CHANGED
@@ -23,7 +23,7 @@ export function CartItem() {
|
|
23
23
|
addPropertyTo(this, 'variations', Variation);
|
24
24
|
addPropertyTo(this, 'variationsGroups', VariationsGroup);
|
25
25
|
addPropertyTo(this, 'taxType', CountryTax);
|
26
|
-
addPropertyTo(this, '
|
26
|
+
addPropertyTo(this, 'tags', DomainTag);
|
27
27
|
addPropertyTo(this, 'subtotalCost');
|
28
28
|
addPropertyTo(this, 'totalCost');
|
29
29
|
|