Skip to content

Commit

Permalink
Fix config groups
Browse files Browse the repository at this point in the history
  • Loading branch information
krzGablo committed Jan 15, 2024
1 parent 3463250 commit 3c6ad08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Model/Tpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 3c6ad08

Please sign in to comment.