File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Test/Unit/Model/Config/Structure Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,6 @@ private function restructurePayments(Section $result)
142
142
$ sectionInitialStructure = isset ($ sectionData ['children ' ]) ? $ sectionData ['children ' ] : [];
143
143
$ sectionChangedStructure = $ this ->paymentSectionModifier ->modify ($ sectionInitialStructure );
144
144
$ sectionData ['children ' ] = $ sectionChangedStructure ;
145
- $ result ->setData ($ sectionData , $ this ->_scopeDefiner ->getScope ());
145
+ $ result ->setData ($ sectionData , $ this ->scopeDefiner ->getScope ());
146
146
}
147
147
}
Original file line number Diff line number Diff line change @@ -177,6 +177,6 @@ private function fetchAllAvailableGroups($structure)
177
177
178
178
public function caseProvider ()
179
179
{
180
- return __DIR__ . '/_files/payment_section_structure_variations.php ' ;
180
+ return include __DIR__ . '/_files/payment_section_structure_variations.php ' ;
181
181
}
182
182
}
You can’t perform that action at this time.
0 commit comments