This commit is contained in:
2025-09-09 17:03:49 +05:00
parent 71e0f1c18d
commit 9cecd6c465
2 changed files with 8 additions and 4 deletions

View File

@@ -472,8 +472,7 @@ function syncWithBankSystem(
return (string) $res->getBody();
} catch (Exception $e) {
Log::error($e);
info([$e->getMessage(), $e->getTraceAsString()]);
return null;
}
}