Merge pull request #5914 from turbo124/v5-develop

Fix for regression in Handler.php
This commit is contained in:
David Bomba 2021-06-04 08:24:01 +10:00 committed by GitHub
commit d213b4e2dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ trait SubscriptionHooker
RequestOptions::JSON => ['body' => $body], RequestOptions::ALLOW_REDIRECTS => false RequestOptions::JSON => ['body' => $body], RequestOptions::ALLOW_REDIRECTS => false
]); ]);
return json_decode($response->getBody(),true)); return json_decode($response->getBody(),true);
} }
catch(\Exception $e) catch(\Exception $e)
{ {