All working reception and sending with webhook. Commands still to test. Update test adapter to use local files

This commit is contained in:
osaajani 2020-01-07 17:55:16 +01:00
parent b5a36b1169
commit 768714cc1a
7 changed files with 80 additions and 23 deletions

View file

@ -87,7 +87,7 @@ namespace controllers\internals;
{
$extracted_command = [];
$decode_message = json_decode(trim($message));
$decode_message = json_decode(trim($message), true);
if ($decode_message === null)
{
return false;