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 b4a7f92 commit ee828bcCopy full SHA for ee828bc
app/code/Magento/Payment/Helper/Data.php
@@ -74,7 +74,7 @@ public function __construct(
74
\Magento\Framework\App\Config\Initial $initialConfig
75
) {
76
parent::__construct($context);
77
- $this->_layoutFactory = $_layoutFactory;
+ $this->_layoutFactory = $layoutFactory;
78
$this->_methodFactory = $paymentMethodFactory;
79
$this->_appEmulation = $appEmulation;
80
$this->_paymentConfig = $paymentConfig;
0 commit comments