Skip to content

Commit

Permalink
Fixed merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
woutse committed Nov 1, 2022
1 parent 3ef4301 commit e711321
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,41 @@
<resource>Paynl_Payment::config</resource>
<group id="paynl_general_settings" translate="label" type="text" sortOrder="11" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Pay. - Setup</label>
<field id="version" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="version" translate="label" type="text" sortOrder="10" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Version</label>
<frontend_model>Paynl\Payment\Block\Adminhtml\Render\Version</frontend_model>
</field>
<field id="testmode" translate="label" type="select" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Testmode</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>payment/paynl/testmode</config_path>
</field>
<field id="status" translate="label" type="text" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="status" translate="label" type="text" sortOrder="20" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Status</label>
<frontend_model>Paynl\Payment\Block\Adminhtml\Render\Credentials</frontend_model>
</field>
<field id="tokencode" translate="label, comment" type="text" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="tokencode" translate="label, comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Tokencode</label>
<comment>
<![CDATA[Get your AT-code <a target='_blank' href='https://admin.pay.nl/company/tokens'>here</a>. Not registered at PAY? Sign up <a target='_blank' href='https://www.pay.nl/en?register'>here</a>!]]>
</comment>
<config_path>payment/paynl/tokencode</config_path>
<config_path>payment/paynl/tokencode</config_path>
</field>
<field id="apitoken_encrypted" translate="label, comment" type="obscure" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="apitoken_encrypted" translate="label, comment" type="obscure" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="1">
<label>API-token</label>
<comment>
<![CDATA[Your API-token, you can find your tokens <a target='_blank' href='https://admin.pay.nl/company/tokens'>here</a>]]>
</comment>
<config_path>payment/paynl/apitoken_encrypted</config_path>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
</field>
<field id="serviceid" translate="label, comment" type="text" sortOrder="51" showInDefault="1" showInWebsite="1" showInStore="1">
<field id="serviceid" translate="label, comment" type="text" sortOrder="50" showInDefault="1" showInWebsite="1" showInStore="1">
<label>ServiceId</label>
<comment>
<![CDATA[The SL-code of your service, you can find your services <a target='_blank' href='https://admin.pay.nl/programs/programs'>here</a>]]>
</comment>
<config_path>payment/paynl/serviceid</config_path>
</field>
</field>
<field id="testmode" translate="label" type="select" sortOrder="60" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Testmode</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>payment/paynl/testmode</config_path>
</field>
</group>
</section>
<section id="paynl_paymentmethods" showInDefault="1" showInStore="1" showInWebsite="1" sortOrder="15" translate="label">
Expand Down

0 comments on commit e711321

Please sign in to comment.