File tree Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Expand file tree Collapse file tree 3 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " mondu_gmbh/magento2-payment" ,
3
3
"description" : " Mondu payment method for magento 2" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 2.3.6 " ,
5
+ "version" : " 2.3.7 " ,
6
6
"license" : [
7
7
" MIT"
8
8
],
Original file line number Diff line number Diff line change 115
115
<source_model >Magento\Directory\Model\Config\Source\Country</source_model >
116
116
<config_path >payment/mondu/specificcountry</config_path >
117
117
</field >
118
- <field id =" debug" translate =" label" type =" select" sortOrder =" 17" showInDefault =" 1" showInWebsite =" 1"
118
+
119
+ <field id =" mondusortorder" translate =" label" type =" text" sortOrder =" 16" showInDefault =" 1" showInWebsite =" 1"
120
+ showInStore =" 1" >
121
+ <label >Bank Transfer Sort Order</label >
122
+ <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
123
+ <config_path >payment/mondu/sort_order</config_path >
124
+ </field >
125
+
126
+ <field id =" mondusepasortorder" translate =" label" type =" text" sortOrder =" 17" showInDefault =" 1" showInWebsite =" 1"
127
+ showInStore =" 1" >
128
+ <label >SEPA Direct Debit Sort Order</label >
129
+ <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
130
+ <config_path >payment/mondusepa/sort_order</config_path >
131
+ </field >
132
+
133
+ <field id =" monduinstallmentsortorder" translate =" label" type =" text" sortOrder =" 18" showInDefault =" 1" showInWebsite =" 1"
134
+ showInStore =" 1" >
135
+ <label >Split Payments Sort Order</label >
136
+ <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
137
+ <config_path >payment/monduinstallment/sort_order</config_path >
138
+ </field >
139
+
140
+ <field id =" monduinstallmentbyinvoicesortorder" translate =" label" type =" text" sortOrder =" 19" showInDefault =" 1" showInWebsite =" 1"
141
+ showInStore =" 1" >
142
+ <label >Installments By Invoice Sort Order</label >
143
+ <source_model >Magento\Config\Model\Config\Source\Yesno</source_model >
144
+ <config_path >payment/monduinstallmentbyinvoice/sort_order</config_path >
145
+ </field >
146
+
147
+ <field id =" debug" translate =" label" type =" select" sortOrder =" 20" showInDefault =" 1" showInWebsite =" 1"
119
148
showInStore =" 1" >
120
149
<label >Enable Logs</label >
121
150
<config_path >payment/mondu/debug</config_path >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
3
- <module name =" Mondu_Mondu" setup_version =" 2.3.6 " >
3
+ <module name =" Mondu_Mondu" setup_version =" 2.3.7 " >
4
4
<sequence >
5
5
<module name =" Magento_Sales" />
6
6
<module name =" Magento_Payment" />
You can’t perform that action at this time.
0 commit comments