ng-easycommerce 0.0.539 → 0.0.541

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/README.md CHANGED
@@ -1,3 +1,7 @@
1
+ # version 0.0.541
2
+ - se modifica objeto Dinamycs Filter para mostrar la imagen
3
+ # version 0.0.540
4
+ - se modifica endpoint de atributos en collection
1
5
  # version 0.0.539
2
6
  - se modifica nota de checkout para que se permita html
3
7
  # version 0.0.538
@@ -1059,7 +1059,7 @@
1059
1059
  this.attributesApi = function () { return _this.shopApi() + '/attributes-list' + '?locale=' + _this.constants.getLocale(); };
1060
1060
  this.attributesApi2 = function (filters) {
1061
1061
  if (filters === void 0) { filters = ''; }
1062
- return 'shop-api/' + _this.constants.getChannel() + '/product-search/' + '?locale=' + _this.constants.getLocale() + '&limit=1&page=1' + filters;
1062
+ return 'shop-api/' + _this.constants.getChannel() + '/product-search/attributes/' + '?locale=' + _this.constants.getLocale() + '&limit=1&page=1' + filters;
1063
1063
  };
1064
1064
  /**
1065
1065
  * @public
@@ -1377,7 +1377,8 @@
1377
1377
  code: (option.code + ' ' + value.name),
1378
1378
  type: 'child',
1379
1379
  value: value.code,
1380
- selected: false
1380
+ selected: false,
1381
+ image: value.image
1381
1382
  };
1382
1383
  })
1383
1384
  };