add f payment
This commit is contained in:
@@ -5,9 +5,12 @@ namespace App\Repos\Payment;
|
||||
use App\Models\Payment\OnlinePaymentHistory;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
use Laravel\Nova\Makeable;
|
||||
|
||||
class OnlinePaymentRepo
|
||||
{
|
||||
use Makeable;
|
||||
|
||||
/**
|
||||
* Pending orders are brand new orders that have not been processed yet.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user