Skip to content
Snippets Groups Projects
Commit 20f485ee authored by Volodymyr Kublytskyi's avatar Volodymyr Kublytskyi
Browse files

MAGETWO-62667: [GITHUB] 3rd party payment gateways not visible in adminhtml anymore on 2.1.3 #7891

 - fixed typos
parent e4b1c521
No related merge requests found
......@@ -142,6 +142,6 @@ class StructurePlugin
$sectionInitialStructure = isset($sectionData['children']) ? $sectionData['children'] : [];
$sectionChangedStructure = $this->paymentSectionModifier->modify($sectionInitialStructure);
$sectionData['children'] = $sectionChangedStructure;
$result->setData($sectionData, $this->_scopeDefiner->getScope());
$result->setData($sectionData, $this->scopeDefiner->getScope());
}
}
......@@ -177,6 +177,6 @@ class PaymentSectionModifierTest extends \PHPUnit_Framework_TestCase
public function caseProvider()
{
return __DIR__ . '/_files/payment_section_structure_variations.php';
return include __DIR__ . '/_files/payment_section_structure_variations.php';
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment