@infrab4a/connect-angular 4.0.0-beta.59 → 4.0.0-beta.60

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.
@@ -1480,9 +1480,9 @@ class CatalogService {
1480
1480
  if (sort === 'best-sellers')
1481
1481
  return { shoppingCount: 'desc' };
1482
1482
  if (sort === 'biggest-price')
1483
- return { price: 'desc' };
1483
+ return { subscriberPrice: 'desc' };
1484
1484
  if (sort === 'lowest-price')
1485
- return { price: 'asc' };
1485
+ return { subscriberPrice: 'asc' };
1486
1486
  if (sort === 'best-rating')
1487
1487
  return { rate: 'desc' };
1488
1488
  if (sort === 'news')