File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
app/code/Magento/Payment/Block/Transparent Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -19,26 +19,18 @@ class Iframe extends \Magento\Framework\View\Element\Template
19
19
*/
20
20
protected $ coreRegistry ;
21
21
22
- /**
23
- * @var \Magento\Authorizenet\Helper\DataFactory
24
- */
25
- protected $ dataFactory ;
26
-
27
22
/**
28
23
* Construct
29
24
*
30
25
* @param \Magento\Framework\View\Element\Template\Context $context
31
26
* @param \Magento\Framework\Registry $registry
32
- * @param \Magento\Authorizenet\Helper\DataFactory $dataFactory
33
27
* @param array $data
34
28
*/
35
29
public function __construct (
36
30
\Magento \Framework \View \Element \Template \Context $ context ,
37
31
\Magento \Framework \Registry $ registry ,
38
- \Magento \Authorizenet \Helper \DataFactory $ dataFactory ,
39
32
array $ data = []
40
33
) {
41
- $ this ->dataFactory = $ dataFactory ;
42
34
$ this ->coreRegistry = $ registry ;
43
35
parent ::__construct ($ context , $ data );
44
36
}
@@ -56,15 +48,4 @@ protected function _prepareLayout()
56
48
}
57
49
return parent ::_prepareLayout ();
58
50
}
59
-
60
- /**
61
- * Get helper data
62
- *
63
- * @param string $area
64
- * @return \Magento\Authorizenet\Helper\Backend\Data|\Magento\Authorizenet\Helper\Data
65
- */
66
- public function getHelper ($ area )
67
- {
68
- return $ this ->dataFactory ->create ($ area );
69
- }
70
51
}
You can’t perform that action at this time.
0 commit comments