This commit is contained in:
2025-11-16 17:23:26 +05:00
parent f73a510984
commit 680d5d4130

View File

@@ -156,10 +156,6 @@ class OnlinePaymentRepository
{ {
$this->response = $this->provider->sendRequest(); $this->response = $this->provider->sendRequest();
info([
'response' => $this->response,
]);
$this->failed = $this->response->failed(); $this->failed = $this->response->failed();
$this->successful = $this->response->successful(); $this->successful = $this->response->successful();