Skip to content

Commit 6e3033c

Browse files
authored
Allow changing the display order for this method
1 parent bfff4f3 commit 6e3033c

File tree

1 file changed

+8
-0
lines changed
  • app/code/community/Devopensource/Redsys/etc

1 file changed

+8
-0
lines changed

app/code/community/Devopensource/Redsys/etc/system.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,14 @@
234234
<show_in_store>1</show_in_store>
235235
<depends><cancel_unpaid_orders>1</cancel_unpaid_orders></depends>
236236
</cancel_unpaid_orders_min>
237+
<sort_order translate="label">
238+
<label>Sort Order</label>
239+
<frontend_type>text</frontend_type>
240+
<sort_order>1000</sort_order>
241+
<show_in_default>1</show_in_default>
242+
<show_in_website>1</show_in_website>
243+
<show_in_store>1</show_in_store>
244+
</sort_order>
237245
</fields>
238246
</redsys>
239247
</groups>

0 commit comments

Comments
 (0)