This commit is contained in:
2025-09-09 16:42:56 +05:00
parent b8bdea33cb
commit d89f86a534
2 changed files with 2 additions and 2 deletions

View File

@@ -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);