From da08e9ff3720a4d0f7a48f040696efef5ac03f2a Mon Sep 17 00:00:00 2001 From: Kevin Adametz Date: Wed, 1 Jul 2020 13:21:35 +0200 Subject: [PATCH] MwSt --- .idea/workspace.xml | 43 +-- .../Api/ShoppingUserController.php | 29 +- app/Http/Controllers/Web/CardController.php | 6 +- .../Controllers/Web/CheckoutController.php | 8 +- app/Models/Product.php | 2 +- app/Models/ShoppingOrder.php | 2 +- app/Models/ShoppingOrderItem.php | 1 + app/Services/Yard.php | 16 +- public/wartung.html | 314 ++++++++++++++++++ .../views/emails/checkout_status.blade.php | 2 +- resources/views/web/templates/card.blade.php | 7 +- .../views/web/templates/checkout.blade.php | 2 +- .../web/templates/produkte-show.blade.php | 2 +- 13 files changed, 378 insertions(+), 56 deletions(-) create mode 100644 public/wartung.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 49f8ee3..68d84af 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,8 +4,16 @@ + + - + + + + + + +