Processor additional field
This commit is contained in:
parent
1e81988bf5
commit
07970f36e3
@ -86,6 +86,10 @@ class handler {
|
||||
$data["token"] = $callback->token;
|
||||
}
|
||||
|
||||
if (!empty($callback->other)) {
|
||||
$data["extra"] = $callback->other;
|
||||
}
|
||||
|
||||
self::send($data, $callback);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user