Skip to content

Commit eda47af

Browse files
committed
LYNX-781: Static Test case updated for plugin
1 parent cf64287 commit eda47af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/QuoteGraphQl/Plugin/Model/RestrictPaymentMethods.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RestrictPaymentMethods
2424
public function afterGetAvailableMethods(
2525
MethodList $subject,
2626
array $result,
27-
CartInterface $quote = null
27+
?CartInterface $quote = null
2828
): array {
2929
if (!$quote || $quote->getGrandTotal() != 0) {
3030
return $result;

0 commit comments

Comments
 (0)