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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "merchi_sdk_js",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "type": "module",
5
5
  "main": "src/merchi.js",
6
6
  "module": "src/merchi.js",
@@ -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
  }