This commit is contained in:
2025-11-16 16:45:36 +05:00
parent ba6d703893
commit 7e7d583973

View File

@@ -62,6 +62,15 @@ class HalkbankOnlinePaymentRepository implements PaymentProviderContract
],
]);
Log::channel('single')
->error('Payment error', [
'response' => [
'title' => 'REGISTER',
'error' => $e->getMessage(),
'file_line' => $e->getFile().':'.$e->getLine(),
],
]);
return new Response(new GuzzleResponse(
503,
['Content-Type' => 'application/json'],