@infrab4a/connect-angular 5.3.1-beta.3 → 5.3.1-beta.4
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/esm2020/services/order-product-review.service.mjs +1 -2
- package/fesm2015/infrab4a-connect-angular.mjs +0 -1
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +0 -1
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3010,7 +3010,6 @@ class OrderProductReviewService {
|
|
|
3010
3010
|
filters: {
|
|
3011
3011
|
orderId: { operator: Where.IN, value: [order.id, order.orderNumber].filter(Boolean) },
|
|
3012
3012
|
productId: item.id,
|
|
3013
|
-
status: { operator: Where.ISNULL },
|
|
3014
3013
|
},
|
|
3015
3014
|
})
|
|
3016
3015
|
.then((res) => res.data.at(0));
|