Fix/Rename Ezypay methods

This commit is contained in:
Deon George
2020-02-01 22:12:31 +11:00
parent baf9bc25e8
commit 01a7d73c17
5 changed files with 14 additions and 15 deletions

View File

@@ -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.

View File

@@ -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.