This commit is contained in:
2025-01-28 16:00:08 +01:00
parent e7a417fef4
commit 2e33e6132f
3 changed files with 3 additions and 20 deletions

View File

@@ -1,22 +1,5 @@
{ {
"elements":[ "elements":[
{
"type": "SelectVariable",
"name": "Reservate",
"caption": "Betrag reservieren",
"test": true
},
{
"type": "SelectVariable",
"name": "GetAmount",
"caption": "Betrag Abziehen",
"test": true
},
{
"type": "SelectVariable",
"name": "HTMLBox",
"caption": "HTMLBox",
"test": true
}
] ]
} }

View File

@@ -104,7 +104,7 @@ class Belevo_Bezahl_Modul extends IPSModule
</body> </body>
</html>'; </html>';
SetValue($this->GetIDForIdent("HTMLContent"), $html); // Baut das HTML auf SetValue("HTMLContent", $html); // Baut das HTML auf
} }
} }
?> ?>

View File

@@ -6,7 +6,7 @@
"compatibility": { "compatibility": {
"version": "7.1" "version": "7.1"
}, },
"version": "1.012", "version": "1.013",
"build": 0, "build": 0,
"date": 0 "date": 0
} }