wip
This commit is contained in:
@@ -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(
|
return new Response(new GuzzleResponse(
|
||||||
503,
|
503,
|
||||||
['Content-Type' => 'application/json'],
|
['Content-Type' => 'application/json'],
|
||||||
|
|||||||
Reference in New Issue
Block a user