merchi_sdk_js 0.0.13 → 0.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/discount_group.js +1 -0
package/package.json
CHANGED
package/src/discount_group.js
CHANGED
@@ -17,6 +17,7 @@ export function DiscountGroup() {
|
|
17
17
|
addPropertyTo(this, 'discountType');
|
18
18
|
addPropertyTo(this, 'discounts');
|
19
19
|
addPropertyTo(this, 'name');
|
20
|
+
addPropertyTo(this, 'code');
|
20
21
|
addPropertyTo(this, 'domain', Domain);
|
21
22
|
addPropertyTo(this, 'product', Product);
|
22
23
|
}
|