File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Checkout/Controller Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class Onepage extends Action
77
77
protected $ resultRawFactory ;
78
78
79
79
/**
80
- * @var \Magento\Framework\Controller\Result\JsonFactory
80
+ * @var \Magento\Framework\Controller\Result\JSONFactory
81
81
*/
82
82
protected $ resultJsonFactory ;
83
83
@@ -96,7 +96,7 @@ class Onepage extends Action
96
96
* @param \Magento\Framework\View\Result\PageFactory $resultPageFactory
97
97
* @param \Magento\Framework\View\Result\LayoutFactory $resultLayoutFactory
98
98
* @param \Magento\Framework\Controller\Result\RawFactory $resultRawFactory
99
- * @param \Magento\Framework\Controller\Result\JsonFactory $resultJsonFactory
99
+ * @param \Magento\Framework\Controller\Result\JSONFactory $resultJsonFactory
100
100
*
101
101
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
102
102
*/
@@ -115,7 +115,7 @@ public function __construct(
115
115
\Magento \Framework \View \Result \PageFactory $ resultPageFactory ,
116
116
\Magento \Framework \View \Result \LayoutFactory $ resultLayoutFactory ,
117
117
\Magento \Framework \Controller \Result \RawFactory $ resultRawFactory ,
118
- \Magento \Framework \Controller \Result \JsonFactory $ resultJsonFactory
118
+ \Magento \Framework \Controller \Result \JSONFactory $ resultJsonFactory
119
119
) {
120
120
$ this ->_coreRegistry = $ coreRegistry ;
121
121
$ this ->_translateInline = $ translateInline ;
You can’t perform that action at this time.
0 commit comments