Fix for regression in Handler.php

This commit is contained in:
David Bomba 2021-06-04 08:23:42 +10:00
parent 8c8be24a53
commit e97b6f00ed

View File

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