From 2cd85f4fbe0f0ebcc742116d0279811a3321715a Mon Sep 17 00:00:00 2001 From: merdan Date: Sat, 11 Apr 2020 17:12:45 +0500 Subject: [PATCH] checkout fail --- config/queue.php | 2 +- resources/views/desktop/Partials/CreateOrderSection.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/queue.php b/config/queue.php index 02a4f6eb..c2cba6f5 100644 --- a/config/queue.php +++ b/config/queue.php @@ -16,7 +16,7 @@ return [ | */ - 'default' => env('QUEUE_DRIVER', 'sync'), + 'default' => env('QUEUE_DRIVER', 'redis'), /* |-------------------------------------------------------------------------- | Queue Connections diff --git a/resources/views/desktop/Partials/CreateOrderSection.blade.php b/resources/views/desktop/Partials/CreateOrderSection.blade.php index c5451737..ac32d61f 100644 --- a/resources/views/desktop/Partials/CreateOrderSection.blade.php +++ b/resources/views/desktop/Partials/CreateOrderSection.blade.php @@ -182,7 +182,7 @@
- {!! Form::checkbox("order_terms", true, true,['required' => 'required', 'class' => 'form-control','style'=>'width:fit-content;display:inline-block;margin-right:10px']) !!} + {!! Form::checkbox("order_terms", true, false,['required' => 'required', 'class' => 'form-control','style'=>'width:fit-content;display:inline-block;margin-right:10px']) !!} @lang('ClientSide.terms_conditions')