This commit is contained in:
2025-11-02 16:01:12 +05:00
parent b9007a59a6
commit 21bd0c0a68

View File

@@ -2,14 +2,13 @@
namespace App\Modules\OnlinePayment\Repositories; namespace App\Modules\OnlinePayment\Repositories;
use App\Modules\AppHelpers\Contracts\HasOnlinePaymentStatusFields;
use App\Modules\Makeable; use App\Modules\Makeable;
use App\Modules\OnlinePayment\Contracts\PaymentProviderContract; use App\Modules\OnlinePayment\Contracts\PaymentProviderContract;
use App\Modules\OnlinePayment\Models\OnlinePayment; use App\Modules\OnlinePayment\Models\OnlinePayment;
use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Model;
use Illuminate\Http\Client\Response; use Illuminate\Http\Client\Response;
class OnlinePaymentRepository implements HasOnlinePaymentStatusFields class OnlinePaymentRepository
{ {
use Makeable; use Makeable;