webhook bugfixes
This commit is contained in:
parent
d5758e1855
commit
54b505328b
2
docs
2
docs
@ -1 +1 @@
|
|||||||
Subproject commit 1554397b68a694790fca5493abf480457e016ab4
|
Subproject commit 1604ea5e433180ec89d4513a9909114ea280cc7b
|
@ -637,7 +637,7 @@ trait UpdateHandler
|
|||||||
public function pwr_webhook($update)
|
public function pwr_webhook($update)
|
||||||
{
|
{
|
||||||
$payload = json_encode($update);
|
$payload = json_encode($update);
|
||||||
$this->logger->logger($update, $payload, json_last_error());
|
//$this->logger->logger($update, $payload, json_last_error());
|
||||||
if ($payload === '') {
|
if ($payload === '') {
|
||||||
$this->logger->logger('EMPTY UPDATE');
|
$this->logger->logger('EMPTY UPDATE');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user