From e43339cca6e89041ae414c965fb0d436b13fd634 Mon Sep 17 00:00:00 2001 From: GeckoBoy84 <67899387+GeckoBoy84@users.noreply.github.com> Date: Sat, 25 Sep 2021 13:37:11 +0100 Subject: [PATCH] Update checkout.blade.php Fix checkout details being the wrong way round. --- resources/views/store/checkout.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/store/checkout.blade.php b/resources/views/store/checkout.blade.php index 8355da4e..d6401374 100644 --- a/resources/views/store/checkout.blade.php +++ b/resources/views/store/checkout.blade.php @@ -42,7 +42,7 @@
- From + To
{{config('app.name' , 'Laravel')}}
Email: {{env('PAYPAL_EMAIL' , env('MAIL_FROM_NAME'))}} @@ -50,7 +50,7 @@
- To + From
{{Auth::user()->name}}
Email: {{Auth::user()->email}}