Skip to content

Commit 6819ce2

Browse files
committed
Static test issues cleared
1 parent e644d97 commit 6819ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Paypal/etc/adminhtml/system.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
<group id="other_paypal_payment_solutions" translate="label" sortOrder="3" showInDefault="1" showInWebsite="1" showInStore="1">
2929
<label>Other PayPal Payment Solutions:</label>
3030
<fieldset_css>paypal-top-section paypal-other-header</fieldset_css>
31-
<frontend_model>\Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
31+
<frontend_model>Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
3232
</group>
3333
<group id="other_payment_methods" translate="label" sortOrder="4" showInDefault="1" showInWebsite="1" showInStore="1">
3434
<label>Other Payment Methods:</label>
3535
<attribute type="expanded">1</attribute>
3636
<fieldset_css>paypal-top-section payments-other-header</fieldset_css>
37-
<frontend_model>\Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
37+
<frontend_model>Magento\Config\Block\System\Config\Form\Fieldset</frontend_model>
3838
</group>
3939
</section>
4040
<section id="payment_all_paypal" showInDefault="0" showInWebsite="0" showInStore="0">

0 commit comments

Comments
 (0)