Processor additional field

This commit is contained in:
Valentin Popov 2017-10-29 11:32:50 +04:00
parent 1e81988bf5
commit 07970f36e3

View File

@ -86,6 +86,10 @@ class handler {
$data["token"] = $callback->token;
}
if (!empty($callback->other)) {
$data["extra"] = $callback->other;
}
self::send($data, $callback);
}
}