From 5cebc0f06eeb5ed1d7cd0d90101ef7bb2fed349a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 28 Jan 2025 16:36:31 +0100 Subject: [PATCH] d --- Belevo_Bezahl_Modul/module.php | 90 ++++++++++++++-------------------- library.json | 2 +- 2 files changed, 39 insertions(+), 53 deletions(-) diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index 29eaa51..0bc6408 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -1,21 +1,15 @@ RegisterPropertyInteger("Reservate", 0); $this->RegisterPropertyInteger("GetAmount", 0); $this->RegisterPropertyInteger("HTMLBox", 0); $this->RegisterVariableInteger("ReservationAmount", "ReservationAmount", '', 0); - $this->RegisterVariableInteger("ReservationAmount", "ReservationAmount", '', 0); $this->RegisterVariableBoolean("AmountIsReserved", "AmountIsReserved", '', false); - - // Initiales HTML setzen - } public function ApplyChanges() @@ -30,9 +24,6 @@ class Belevo_Bezahl_Modul extends IPSModule $html = " - - - Stripe Payment Request API @@ -42,61 +33,22 @@ class Belevo_Bezahl_Modul extends IPSModule
"; - SetValue($this->ReadPropertyInteger("HTMLBox"), $html); // Baut das HTML auf + SetValue($this->ReadPropertyInteger("HTMLBox"), $html); } } -?> \ No newline at end of file diff --git a/library.json b/library.json index 75b0490..c934d0c 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.022", + "version": "1.023", "build": 0, "date": 0 } \ No newline at end of file