From d2ef663dd30951815adca763573ebb696416b80a Mon Sep 17 00:00:00 2001 From: MaxBUhe Date: Thu, 22 Jun 2023 10:37:09 +0200 Subject: [PATCH] add paymentType to puchase-event extend Basket-Model to add method to get payment-desc --- Application/views/blocks/purchase.tpl | 6 +++--- IntelliSenseHelper.php | 1 + Modules/Application/Model/Basket.php | 23 +++++++++++++++++++++++ metadata.php | 5 ++++- 4 files changed, 31 insertions(+), 4 deletions(-) create mode 100644 Modules/Application/Model/Basket.php diff --git a/Application/views/blocks/purchase.tpl b/Application/views/blocks/purchase.tpl index 4d26b29..b97219e 100644 --- a/Application/views/blocks/purchase.tpl +++ b/Application/views/blocks/purchase.tpl @@ -4,8 +4,8 @@