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.
2 parents a3355c6 + 5474ce8 commit ee9ec95Copy full SHA for ee9ec95
app/code/Magento/Payment/Model/MethodList.php
@@ -62,7 +62,7 @@ public function __construct(
62
/**
63
* Returns all available payment methods for the given quote.
64
*
65
- * @param \Magento\Quote\Api\Data\CartInterface $quote
+ * @param \Magento\Quote\Api\Data\CartInterface $quote|null
66
* @return \Magento\Payment\Model\MethodInterface[]
67
*/
68
public function getAvailableMethods(\Magento\Quote\Api\Data\CartInterface $quote = null)
0 commit comments