Skip to content

Commit ee828bc

Browse files
authored
Fix #2
i dont know how to squash commits :(
1 parent b4a7f92 commit ee828bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/Helper/Data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function __construct(
7474
\Magento\Framework\App\Config\Initial $initialConfig
7575
) {
7676
parent::__construct($context);
77-
$this->_layoutFactory = $_layoutFactory;
77+
$this->_layoutFactory = $layoutFactory;
7878
$this->_methodFactory = $paymentMethodFactory;
7979
$this->_appEmulation = $appEmulation;
8080
$this->_paymentConfig = $paymentConfig;

0 commit comments

Comments
 (0)