From d730a7dc36fa3a6fcc8cce91390e75cf7f45222d Mon Sep 17 00:00:00 2001 From: Tigran <62335544+tikohov20@users.noreply.github.com> Date: Mon, 27 May 2024 17:00:34 +0400 Subject: [PATCH] [PT-1438] Added sort order to plugin configuration (#108) --- composer.json | 2 +- etc/adminhtml/system.xml | 31 ++++++++++++++++++++++++++++++- etc/module.xml | 2 +- 3 files changed, 32 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 74cb3f7..21d3a9c 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "mondu_gmbh/magento2-payment", "description": "Mondu payment method for magento 2", "type": "magento2-module", - "version": "2.3.6", + "version": "2.3.7", "license": [ "MIT" ], diff --git a/etc/adminhtml/system.xml b/etc/adminhtml/system.xml index 3c700d3..45017f0 100644 --- a/etc/adminhtml/system.xml +++ b/etc/adminhtml/system.xml @@ -115,7 +115,36 @@ Magento\Directory\Model\Config\Source\Country payment/mondu/specificcountry - + + Magento\Config\Model\Config\Source\Yesno + payment/mondu/sort_order + + + + + Magento\Config\Model\Config\Source\Yesno + payment/mondusepa/sort_order + + + + + Magento\Config\Model\Config\Source\Yesno + payment/monduinstallment/sort_order + + + + + Magento\Config\Model\Config\Source\Yesno + payment/monduinstallmentbyinvoice/sort_order + + + payment/mondu/debug diff --git a/etc/module.xml b/etc/module.xml index c94b525..7e3d89c 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ - +