This commit is contained in:
2025-01-28 16:19:24 +01:00
parent ad4b3c31ef
commit 75c4fb698c
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ class Belevo_Bezahl_Modul extends IPSModule
xhr.send(JSON.stringify({
"jsonrpc": "2.0",
"method": "SetValue",
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', true],
"params": ["AmountIsReserved", true],
"id": 0
}));
xhr.onload = function() {
@@ -94,7 +94,7 @@ class Belevo_Bezahl_Modul extends IPSModule
xhr.send(JSON.stringify({
"jsonrpc": "2.0",
"method": "SetValue",
"params": [' . $this->GetIDForIdent("AmountIsReserved") . ', false],
"params": ["AmountIsReserved", false],
"id": 0
}));
xhr.onload = function() {