add testing

This commit is contained in:
2025-03-10 15:23:34 +05:00
parent 8f88a1e069
commit 3bf7fac29a
3 changed files with 44 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
namespace App\Repos\Payment;
use App\Models\Payment\OnlinePaymentHistory;
use App\Repos\Payment\Billing\HandlesBillingSyncing;
use App\Repos\Payment\Sber\HandlesSberPeyments;
use App\Repos\Payment\VisaMaster\HandlesVisaMasterPayments;
use Illuminate\Http\Request;
@@ -14,6 +15,7 @@ class OnlinePaymentRepo
{
use HandlesSberPeyments;
use HandlesVisaMasterPayments;
use HandlesBillingSyncing;
use Makeable;
/**