From 2c5167a46844a2c34c675e558160aec989646c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 28 Jan 2025 16:25:52 +0100 Subject: [PATCH] no message --- Belevo_Bezahl_Modul/module.php | 98 ++++++++++++++++++++++------------ library.json | 2 +- 2 files changed, 65 insertions(+), 35 deletions(-) diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index 61500f7..6710958 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -27,67 +27,97 @@ class Belevo_Bezahl_Modul extends IPSModule private function SetHTMLContent() { $apiKey = "pk_test_51Qkr79LJAcsNrpivA90lt7ULEzyXKR8l0pAqTBgfeuAIWlsLS4A3BdIBITc9UooFANbImvlJQ2F2jOZ0X5j8GI7Q00hNNasvQm"; // Test-API-Schlüssel - - $html = ' + + $html = " - + + + Stripe Payment Request API + - - -
+

Stripe Payment Request API Integration

+ + +
+ -'; + "; SetValue($this->ReadPropertyInteger("HTMLBox"), $html); // Baut das HTML auf } diff --git a/library.json b/library.json index 09f9322..cb9a4b4 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.020", + "version": "1.021", "build": 0, "date": 0 } \ No newline at end of file