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.
2 parents f77f96b + 0a2330a commit eb62681Copy full SHA for eb62681
app/code/Magento/Vault/Model/PaymentTokenRepository.php
@@ -99,7 +99,7 @@ public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCr
99
$searchResults = $this->searchResultsFactory->create();
100
$searchResults->setSearchCriteria($searchCriteria);
101
$searchResults->setItems($collection->getItems());
102
-
+ $searchResults->setTotalCount($collection->getSize());
103
return $searchResults;
104
}
105
0 commit comments