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 94810f9 commit 1e41ddfCopy full SHA for 1e41ddf
app/code/Magento/Vault/Model/Ui/Adminhtml/TokensConfigProvider.php
@@ -200,7 +200,6 @@ public function getTokensComponents($vaultPaymentCode)
200
if ($quote) {
201
$websiteId = $quote->getStore()->getWebsite()->getId();
202
}
203
-
204
$this->searchCriteriaBuilder->addFilters(
205
[
206
$this->filterBuilder->setField(PaymentTokenInterface::WEBSITE_ID)
@@ -211,7 +210,6 @@ public function getTokensComponents($vaultPaymentCode)
211
210
->create(),
212
]
213
);
214
215
$searchCriteria = $this->searchCriteriaBuilder->create();
216
217
foreach ($this->paymentTokenRepository->getList($searchCriteria)->getItems() as $token) {
0 commit comments