This commit is contained in:
2025-11-16 17:00:58 +05:00
parent 2dd06d0e4f
commit dc871f36d4

View File

@@ -154,10 +154,6 @@ class OnlinePaymentRepository
{
$this->response = $this->provider->sendRequest();
info([
'body' => $this->response->body(),
]);
$this->failed = $this->response->failed();
$this->successful = $this->response->successful();
@@ -172,6 +168,10 @@ class OnlinePaymentRepository
$this->createHistory();
}
info([
'response' => $this->response,
]);
return $this;
}