diff --git a/.env.example b/.env.example index b352d3b..1d1c890 100644 --- a/.env.example +++ b/.env.example @@ -19,7 +19,7 @@ BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 -QUEUE_DRIVER=database +QUEUE_CONNECTION=database REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null @@ -43,13 +43,12 @@ MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" EZYPAY_TOKEN= EZYPAY_GUID= -QUICKBOOKS_CLIENT_ID= -QUICKBOOKS_CLIENT_SECRET= -QUICKBOOKS_API_URL=Production - AUTH_GOOGLE_CLIENT_ID= AUTH_GOOGLE_SECRET= +AUTH_INTUIT_CLIENT_ID= +AUTH_INTUIT_SECRET_KEY= + PAYPAL_MODE=sandbox PAYPAL_SANDBOX_CLIENT_ID= PAYPAL_SANDBOX_SECRET= diff --git a/app/Console/Commands/AccountingAccountSync.php b/app/Console/Commands/AccountingAccountSync.php index 144fc89..209ce75 100644 --- a/app/Console/Commands/AccountingAccountSync.php +++ b/app/Console/Commands/AccountingAccountSync.php @@ -25,7 +25,7 @@ class AccountingAccountSync extends Command * * @var string */ - protected $description = 'Command description'; + protected $description = 'Synchronise accounts with account system'; /** * Execute the console command.