diff --git a/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php b/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php index 4b83a3d..b32388e 100644 --- a/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php +++ b/app/Modules/OnlinePayment/Repositories/OnlinePaymentRepository.php @@ -156,10 +156,6 @@ class OnlinePaymentRepository { $this->response = $this->provider->sendRequest(); - info([ - 'response' => $this->response, - ]); - $this->failed = $this->response->failed(); $this->successful = $this->response->successful();