merchi_sdk_js 0.0.37 → 0.0.39
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/category.js +1 -1
package/package.json
CHANGED
package/src/category.js
CHANGED
@@ -14,7 +14,7 @@ export function Category() {
|
|
14
14
|
addPropertyTo(this, 'showPublic');
|
15
15
|
addPropertyTo(this, 'showPublicSupplierResell');
|
16
16
|
addPropertyTo(this, 'domain', Domain);
|
17
|
-
addPropertyTo(this, '
|
17
|
+
addPropertyTo(this, 'subcategories', Category);
|
18
18
|
addPropertyTo(this, 'parent', Category);
|
19
19
|
|
20
20
|
this.create = function (success, error, embed, domainId) {
|