|
103 | 103 | <label>Installments by Invoice Description</label> |
104 | 104 | <config_path>payment/monduinstallmentbyinvoice/description</config_path> |
105 | 105 | </field> |
106 | | - <field id="allowspecific" translate="label" type="allowspecific" sortOrder="14" showInDefault="9" |
| 106 | + <field id="activepaynow" translate="label" type="select" sortOrder="13" showInDefault="1" |
| 107 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 108 | + <label>Enable Pay Now</label> |
| 109 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 110 | + <config_path>payment/mondupaynow/active</config_path> |
| 111 | + </field> |
| 112 | + <field id="paynow_title" translate="label" type="text" sortOrder="14" showInDefault="1" |
| 113 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 114 | + <label>Pay Now Title</label> |
| 115 | + <config_path>payment/mondupaynow/title</config_path> |
| 116 | + </field> |
| 117 | + <field id="paynow_description" translate="label" type="textarea" sortOrder="15" showInDefault="1" |
| 118 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 119 | + <label>Pay Now Description</label> |
| 120 | + <config_path>payment/mondupaynow/description</config_path> |
| 121 | + </field> |
| 122 | + <field id="allowspecific" translate="label" type="allowspecific" sortOrder="16" showInDefault="9" |
107 | 123 | showInWebsite="1" showInStore="1" canRestore="1"> |
108 | 124 | <label>Payment From Applicable Countries</label> |
109 | 125 | <source_model>Magento\Payment\Model\Config\Source\Allspecificcountries</source_model> |
110 | 126 | <config_path>payment/mondu/allowspecific</config_path> |
111 | 127 | </field> |
112 | | - <field id="specificcountry" translate="label" type="multiselect" sortOrder="15" showInDefault="1" |
| 128 | + <field id="specificcountry" translate="label" type="multiselect" sortOrder="17" showInDefault="1" |
113 | 129 | showInWebsite="1" showInStore="1" canRestore="1"> |
114 | 130 | <label>Payment From Specific Countries</label> |
115 | 131 | <source_model>Magento\Directory\Model\Config\Source\Country</source_model> |
116 | 132 | <config_path>payment/mondu/specificcountry</config_path> |
117 | 133 | </field> |
118 | | - <field id="mondusortorder" translate="label" type="text" sortOrder="16" showInDefault="1" |
| 134 | + <field id="mondusortorder" translate="label" type="text" sortOrder="18" showInDefault="1" |
119 | 135 | showInWebsite="1" showInStore="1" canRestore="1"> |
120 | 136 | <label>Bank Transfer Sort Order</label> |
121 | 137 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
122 | 138 | <config_path>payment/mondu/sort_order</config_path> |
123 | 139 | </field> |
124 | | - <field id="mondusepasortorder" translate="label" type="text" sortOrder="17" showInDefault="1" |
| 140 | + <field id="mondusepasortorder" translate="label" type="text" sortOrder="19" showInDefault="1" |
125 | 141 | showInWebsite="1" showInStore="1" canRestore="1"> |
126 | 142 | <label>SEPA Direct Debit Sort Order</label> |
127 | 143 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
128 | 144 | <config_path>payment/mondusepa/sort_order</config_path> |
129 | 145 | </field> |
130 | | - <field id="monduinstallmentsortorder" translate="label" type="text" sortOrder="18" |
| 146 | + <field id="monduinstallmentsortorder" translate="label" type="text" sortOrder="20" |
131 | 147 | showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
132 | 148 | <label>Split Payments Sort Order</label> |
133 | 149 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
134 | 150 | <config_path>payment/monduinstallment/sort_order</config_path> |
135 | 151 | </field> |
136 | | - <field id="monduinstallmentbyinvoicesortorder" translate="label" type="text" sortOrder="19" |
| 152 | + <field id="monduinstallmentbyinvoicesortorder" translate="label" type="text" sortOrder="21" |
137 | 153 | showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
138 | 154 | <label>Installments By Invoice Sort Order</label> |
139 | 155 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
140 | 156 | <config_path>payment/monduinstallmentbyinvoice/sort_order</config_path> |
141 | 157 | </field> |
142 | | - <field id="debug" translate="label" type="select" sortOrder="20" showInDefault="1" |
| 158 | + <field id="mondupaynowsortorder" translate="label" type="text" sortOrder="22" showInDefault="1" |
| 159 | + showInWebsite="1" showInStore="1" canRestore="1"> |
| 160 | + <label>Pay Now Sort Order</label> |
| 161 | + <source_model>Magento\Config\Model\Config\Source\Yesno</source_model> |
| 162 | + <config_path>payment/mondupaynow/sort_order</config_path> |
| 163 | + </field> |
| 164 | + <field id="debug" translate="label" type="select" sortOrder="23" showInDefault="1" |
143 | 165 | showInWebsite="1" showInStore="1" canRestore="1"> |
144 | 166 | <label>Enable Logs</label> |
145 | 167 | <config_path>payment/mondu/debug</config_path> |
|
0 commit comments