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 abb9ac2 commit 0449ca1Copy full SHA for 0449ca1
app/code/Magento/Vault/Plugin/PaymentMethodProcess.php
@@ -39,7 +39,7 @@ public function afterGetMethods(Container $container, array $results): array
39
{
40
$methods = [];
41
foreach ($results as $result) {
42
- if ($result instanceOf VaultPaymentInterface &&
+ if ($result instanceof VaultPaymentInterface &&
43
empty($this->tokensConfigProvider->getTokensComponents($result->getCode()))) {
44
continue;
45
}
0 commit comments