This commit is contained in:
Kevin Adametz 2021-02-10 10:56:40 +01:00
parent 32595ab5a1
commit 13fb2cfe98
70 changed files with 3614 additions and 401 deletions

View file

@ -12,7 +12,7 @@ return [
|
*/
'tax' => 16,
'tax' => 19,
/*
|--------------------------------------------------------------------------

View file

@ -56,7 +56,7 @@ return [
*/
'from' => [
'address' => env('MAIL_FROM_ADDRESS', 'checkout@mivita.care'),
'address' => env('MAIL_FROM_ADDRESS', 'bestellungen@mivita.care'),
'name' => env('MAIL_FROM_NAME', 'mivita.care'),
],