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