Fix/Rename Ezypay methods
This commit is contained in:
@@ -5,17 +5,17 @@ namespace App\Console\Commands;
|
||||
use Carbon\Carbon;
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
use App\Classes\Payments\Ezypay;
|
||||
use App\Classes\External\Payments\Ezypay;
|
||||
use App\Models\{Account,Checkout,Payment};
|
||||
|
||||
class EzypayImport extends Command
|
||||
class PaymentsEzypayImport extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'payments:ezypay';
|
||||
protected $signature = 'payments:ezypay:import';
|
||||
|
||||
/**
|
||||
* The console command description.
|
@@ -4,17 +4,17 @@ namespace App\Console\Commands;
|
||||
|
||||
use Illuminate\Console\Command;
|
||||
|
||||
use App\Classes\Payments\Ezypay;
|
||||
use App\Classes\External\Payments\Ezypay;
|
||||
use App\Models\Account;
|
||||
|
||||
class EzypayPayments extends Command
|
||||
class PaymentsEzypayNext extends Command
|
||||
{
|
||||
/**
|
||||
* The name and signature of the console command.
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'next:ezypay';
|
||||
protected $signature = 'payments:ezypay:next';
|
||||
|
||||
/**
|
||||
* The console command description.
|
Reference in New Issue
Block a user