This commit is contained in:
2025-11-16 17:13:18 +05:00
parent 45e95725cd
commit 3b5b7f10c4

View File

@@ -156,6 +156,10 @@ class OnlinePaymentRepository
{
$this->response = $this->provider->sendRequest();
info([
'response' => $this->response,
]);
$this->failed = $this->response->failed();
$this->successful = $this->response->successful();
@@ -180,7 +184,6 @@ class OnlinePaymentRepository
'response' => [
'title' => 'REGISTER',
'error' => $this->response->body(),
'response_object' => $this->response,
'file_line' => __FILE__.':'.__LINE__,
],
]);