Skip to content

Commit

Permalink
Moved 'validation type' to the payment settings config section.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoerr committed Jun 28, 2024
1 parent f9cac39 commit e826e3f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,6 @@
<field id="form_type">acceptjs</field>
</depends>
</field>
<field id="validation_mode" translate="label comment" type="select" sortOrder="2020" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Validation Type</label>
<source_model>ParadoxLabs\Authnetcim\Model\Source\ValidationType</source_model>
<attribute type="shared">1</attribute>
<comment>For Hosted form, applies to Payment Options and 'save info' forms only.</comment>
</field>
<field id="cctypes" translate="label comment" type="multiselect" sortOrder="2030" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Allowed Credit Card Types</label>
<source_model>ParadoxLabs\Authnetcim\Model\Config\Cctype</source_model>
Expand All @@ -114,6 +108,12 @@
<source_model>ParadoxLabs\TokenBase\Model\Source\OrderStatus</source_model>
<comment>Normally 'Pending' if 'Authorize Only' above; 'Processing' if not.</comment>
</field>
<field id="validation_mode" translate="label comment" type="select" sortOrder="3025" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Validation Type</label>
<source_model>ParadoxLabs\Authnetcim\Model\Source\ValidationType</source_model>
<attribute type="shared">1</attribute>
<comment>For Hosted form, applies to Payment Options and 'save info' forms only.</comment>
</field>
<field id="useccv" translate="label comment" type="select" sortOrder="3030" showInDefault="1" showInWebsite="1" showInStore="0" canRestore="1">
<label>Credit Card Verification</label>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
Expand Down

0 comments on commit e826e3f

Please sign in to comment.