Skip to content

Commit 418e928

Browse files
committed
minor improvement
1 parent 6f17874 commit 418e928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/VaultGraphQl/Model/Resolver/PaymentTokens.php

+1
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ private function getCartDetailsInformation(?string $tokenDetails): ?string
106106
foreach ($cartDetails as $key => $value) {
107107
if (array_key_exists($value, self::BASE_CART_TYPES)) {
108108
$cartDetails[$key] = self::BASE_CART_TYPES[$value];
109+
break;
109110
}
110111
}
111112

0 commit comments

Comments
 (0)