Skip to content

Commit 1c92112

Browse files
committed
ACP2E-3830: [Staging2] Stored cards are not visible on Admin panel
- the issue fixed
1 parent a04b0ef commit 1c92112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Vault/Model/Ui/Adminhtml/TokensConfigProvider.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ public function getTokensComponents($vaultPaymentCode)
206206
$this->filterBuilder->setField(PaymentTokenInterface::WEBSITE_ID)
207207
->setValue($websiteId)
208208
->create(),
209+
$this->filterBuilder->setField(PaymentTokenInterface::WEBSITE_ID)
210+
->setConditionType('null')
211+
->create(),
209212
]
210213
);
211214

0 commit comments

Comments
 (0)