We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1ea00 commit 8428691Copy full SHA for 8428691
app/code/Magento/Quote/Api/CartRepositoryInterface.php
@@ -28,10 +28,10 @@ public function get($cartId);
28
* which call to use to get detailed information about all attributes for an object.
29
*
30
31
- * @param \Magento\Framework\Api\SearchCriteria $searchCriteria
+ * @param \Magento\Framework\Api\SearchCriteriaInterface $searchCriteria
32
* @return \Magento\Quote\Api\Data\CartSearchResultsInterface
33
*/
34
- public function getList(\Magento\Framework\Api\SearchCriteria $searchCriteria);
+ public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
35
36
/**
37
* Get quote by customer Id
0 commit comments