From 93535914211bb30f10567fdd84179490da48699a Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Thu, 20 Mar 2025 16:02:05 +0100 Subject: [PATCH] PreorderBilling WIP & Api changed --- Layout/default/Preorder/Index.php | 64 ++++++++++++++++ .../Preorder/include/preorder-detail.php | 14 ++++ application/Api/v1/AddressdbApicontroller.php | 20 ++--- .../Api/v1/Modules/Preorder/Activation.php | 34 ++++++++- application/Api/v1/PreorderApicontroller.php | 24 +++++- application/Preorder/Preorder.php | 17 ++++- application/Preorder/PreorderController.php | 31 ++++++++ .../PreorderBilling/PreorderBilling.php | 6 +- .../PreorderBillingController.php | 8 +- .../PreorderHistory/PreorderHistory.php | 43 +++++++++++ .../PreorderHistory/PreorderHistoryModel.php | 5 +- .../PreordercampaignOperatorIspModel.php | 47 +++++------- public/docs/preorder-api.yaml | 76 ++++++++++++++++++- 13 files changed, 335 insertions(+), 54 deletions(-) diff --git a/Layout/default/Preorder/Index.php b/Layout/default/Preorder/Index.php index e3a4002d2..e912d9909 100644 --- a/Layout/default/Preorder/Index.php +++ b/Layout/default/Preorder/Index.php @@ -512,6 +512,14 @@ $pagination_entity_name = "Vorbestellungen";