@fonixtree/magic-design 0.0.105 → 0.0.106

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.
@@ -458,8 +458,8 @@ var FilteredProductModal = function FilteredProductModal(props) {
458
458
  q: productName,
459
459
  // productName,
460
460
  storeId: storeId,
461
- minPrice: minimum * precision || '',
462
- maxPrice: maximum * precision || '',
461
+ startPrice: minimum * precision || '',
462
+ endPrice: maximum * precision || '',
463
463
  // storeName:storeName,
464
464
  cmpTypeId: promotions.key || '',
465
465
  pageSize: paginationParams.pageSize,
@@ -486,8 +486,8 @@ var FilteredProductModal = function FilteredProductModal(props) {
486
486
  }).join(',') || '',
487
487
  labelIds: labelId.key || '',
488
488
  q: productName || '',
489
- minPrice: minimum * precision || '',
490
- maxPrice: maximum * precision || '',
489
+ startPrice: minimum * precision || '',
490
+ endPrice: maximum * precision || '',
491
491
  storeName: storeName || '',
492
492
  campaignType: promotions.key || '',
493
493
  state: 'A'
@@ -458,8 +458,8 @@ var FilteredProductModal = function FilteredProductModal(props) {
458
458
  q: productName,
459
459
  // productName,
460
460
  storeId: storeId,
461
- minPrice: minimum * precision || '',
462
- maxPrice: maximum * precision || '',
461
+ startPrice: minimum * precision || '',
462
+ endPrice: maximum * precision || '',
463
463
  // storeName:storeName,
464
464
  cmpTypeId: promotions.key || '',
465
465
  pageSize: paginationParams.pageSize,
@@ -486,8 +486,8 @@ var FilteredProductModal = function FilteredProductModal(props) {
486
486
  }).join(',') || '',
487
487
  labelIds: labelId.key || '',
488
488
  q: productName || '',
489
- minPrice: minimum * precision || '',
490
- maxPrice: maximum * precision || '',
489
+ startPrice: minimum * precision || '',
490
+ endPrice: maximum * precision || '',
491
491
  storeName: storeName || '',
492
492
  campaignType: promotions.key || '',
493
493
  state: 'A'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "0.0.105",
4
+ "version": "0.0.106",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",