From 669939f8c32e8c9b8a36b59ab8ad22795d60f6d2 Mon Sep 17 00:00:00 2001 From: IceToast Date: Tue, 28 Dec 2021 13:35:58 +0100 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20Removed=20PAYP?= =?UTF-8?q?AL=5FEMAIL=20env=20->=20not=20being=20used=20&&=20removed=20inf?= =?UTF-8?q?o=20row=20in=20checkout=20->=20unnecessary=20|=20closes=20#353?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 1 - resources/views/store/checkout.blade.php | 26 ------------------------ 2 files changed, 27 deletions(-) diff --git a/.env.example b/.env.example index 164fbdd9..25e88544 100644 --- a/.env.example +++ b/.env.example @@ -34,7 +34,6 @@ PAYPAL_SANDBOX_SECRET= PAYPAL_SANDBOX_CLIENT_ID= PAYPAL_SECRET= PAYPAL_CLIENT_ID= -PAYPAL_EMAIL= #stripe details, you only need "test" for testing! you can do this by setting the APP_ENV to local diff --git a/resources/views/store/checkout.blade.php b/resources/views/store/checkout.blade.php index d82f5a71..892f57db 100644 --- a/resources/views/store/checkout.blade.php +++ b/resources/views/store/checkout.blade.php @@ -43,32 +43,6 @@ - -
-
- {{ __('To') }} -
- {{ config('app.name', 'Controlpanel.GG') }}
- {{ __('Email') }}: {{ env('PAYPAL_EMAIL', env('MAIL_FROM_NAME')) }} -
-
- -
- {{ __('From') }} -
- {{ Auth::user()->name }}
- {{ __('Email') }}: {{ Auth::user()->email }} -
-
- -
- {{ __('Status') }}
- {{ __('Pending') }}
- {{-- Order ID: 4F3S8J
--}} -
- -
-