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
--}} -
- -
-