From 3c6ad08b90035fb1a4b75730ca06735deee939d2 Mon Sep 17 00:00:00 2001 From: kGablo Date: Mon, 15 Jan 2024 10:34:32 +0100 Subject: [PATCH] Fix config groups --- Model/Tpay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Tpay.php b/Model/Tpay.php index 8a02e9e..4a073b7 100755 --- a/Model/Tpay.php +++ b/Model/Tpay.php @@ -22,10 +22,10 @@ use Magento\Quote\Api\Data\CartInterface; use Magento\Sales\Model\Order\Payment\Transaction; use Magento\Store\Model\StoreManager; +use Tpay\OriginApi\Validators\FieldsValidator; use tpaycom\magento2basic\Api\Sales\OrderRepositoryInterface; use tpaycom\magento2basic\Api\TpayInterface; use tpaycom\magento2basic\Model\ApiFacade\Refund\RefundApiFacade; -use Tpay\OriginApi\Validators\FieldsValidator; class Tpay extends AbstractMethod implements TpayInterface {