This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Signifyd \Block \Adminhtml ;
7
7
8
+ use Magento \Backend \Block \Template ;
8
9
use Magento \Framework \App \RequestInterface ;
9
10
use Magento \Framework \ObjectManagerInterface ;
10
11
use Magento \Framework \View \Element \Template \Context ;
11
12
use Magento \Framework \View \LayoutInterface ;
12
- use Magento \Sales \Block \Adminhtml \Order \View \AdditionalInfo as OrderAdditionalInfo ;
13
13
use Magento \Sales \Model \Order ;
14
14
use Magento \Sales \Model \OrderRepository ;
15
15
use Magento \TestFramework \Helper \Bootstrap ;
@@ -174,8 +174,8 @@ private function getBlockContents()
174
174
$ block = $ this ->layout ->createBlock (CaseInfo::class, 'order_case_info ' , ['context ' => $ this ->getContext ()]);
175
175
$ block ->setTemplate ('Magento_Signifyd::case_info.phtml ' );
176
176
177
- /** @var OrderAdditionalInfo $parent */
178
- $ parent = $ this ->layout ->createBlock (OrderAdditionalInfo ::class, 'order_additional_info ' );
177
+ /** @var Template $parent */
178
+ $ parent = $ this ->layout ->createBlock (Template ::class, 'order_additional_info ' );
179
179
$ parent ->setChild ('order_case_info ' , $ block );
180
180
181
181
return $ block ->toHtml ();
You can’t perform that action at this time.
0 commit comments