wip
This commit is contained in:
@@ -466,7 +466,7 @@ function syncWithBankSystem(
|
||||
try {
|
||||
$res = $client->sendAsync($request)->wait();
|
||||
|
||||
return $res->getBody();
|
||||
return (string) $res->getBody();
|
||||
} catch (Exception $e) {
|
||||
Log::error($e);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user