wip
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user