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 cf64287 commit eda47afCopy full SHA for eda47af
app/code/Magento/QuoteGraphQl/Plugin/Model/RestrictPaymentMethods.php
@@ -24,7 +24,7 @@ class RestrictPaymentMethods
24
public function afterGetAvailableMethods(
25
MethodList $subject,
26
array $result,
27
- CartInterface $quote = null
+ ?CartInterface $quote = null
28
): array {
29
if (!$quote || $quote->getGrandTotal() != 0) {
30
return $result;
0 commit comments