|
128 | 128 | </depends>
|
129 | 129 | </field>
|
130 | 130 |
|
131 |
| - <field id="useccv" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0"> |
| 131 | + <field id="checkout_com_cc_vault_autosave" translate="label" type="select" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="0"> |
| 132 | + <label>Save cards automatically</label> |
| 133 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 134 | + <config_path>payment/checkout_com_cc_vault/autosave</config_path> |
| 135 | + <depends> |
| 136 | + <field id="checkout_com_cc_vault_active">1</field> |
| 137 | + </depends> |
| 138 | + <comment> |
| 139 | + If set to "No", customers will be asked during checkout if the card used for payment should be stored. If set to "Yes", the card will be saved automatically without requesting agreement. |
| 140 | + </comment> |
| 141 | + </field> |
| 142 | + |
| 143 | + <field id="useccv" translate="label" type="select" sortOrder="40" showInDefault="1" showInWebsite="1" showInStore="0"> |
132 | 144 | <label>CVV Verification</label>
|
133 | 145 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
134 | 146 | <config_path>payment/checkout_com/useccv</config_path>
|
135 | 147 | </field>
|
136 | 148 |
|
137 |
| - <field id="verify_3dsecure" translate="label" sortOrder="40" type="select" showInDefault="1" showInWebsite="1" showInStore="0"> |
| 149 | + <field id="verify_3dsecure" translate="label" sortOrder="50" type="select" showInDefault="1" showInWebsite="1" showInStore="0"> |
138 | 150 | <label>3D Secure Verification</label>
|
139 | 151 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
140 | 152 | <config_path>payment/checkout_com/verify_3dsecure</config_path>
|
141 | 153 | </field>
|
142 | 154 |
|
143 |
| - <field id="attemptN3D" translate="label comment" sortOrder="50" type="select" showInDefault="1" showInWebsite="1" showInStore="0"> |
| 155 | + <field id="attemptN3D" translate="label comment" sortOrder="60" type="select" showInDefault="1" showInWebsite="1" showInStore="0"> |
144 | 156 | <label>Attempt Non 3D Secure</label>
|
145 | 157 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
146 | 158 | <config_path>payment/checkout_com/attemptN3D</config_path>
|
|
152 | 164 | </comment>
|
153 | 165 | </field>
|
154 | 166 |
|
155 |
| - <field id="auto_capture" translate="label" sortOrder="60" type="select" showInDefault="1" showInWebsite="1" showInStore="0"> |
| 167 | + <field id="auto_capture" translate="label" sortOrder="70" type="select" showInDefault="1" showInWebsite="1" showInStore="0"> |
156 | 168 | <label>Auto Capture</label>
|
157 | 169 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
158 | 170 | <config_path>payment/checkout_com/auto_capture</config_path>
|
159 | 171 | </field>
|
160 | 172 |
|
161 |
| - <field id="auto_capture_time" translate="label comment" sortOrder="70" type="text" showInDefault="1" showInWebsite="1" showInStore="0"> |
| 173 | + <field id="auto_capture_time" translate="label comment" sortOrder="80" type="text" showInDefault="1" showInWebsite="1" showInStore="0"> |
162 | 174 | <label>Auto Capture Time</label>
|
163 | 175 | <config_path>payment/checkout_com/auto_capture_time</config_path>
|
164 | 176 | <validate>validate-required validate-digits validate-zero-or-greater</validate>
|
|
0 commit comments