From 680d5d4130fcab7cc4f0aef05af77a58400cd5ff Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Sun, 16 Nov 2025 17:23:26 +0500 Subject: [PATCH] wip --- .../OnlinePayment/Repositories/OnlinePaymentRepository.php | 4 ---- 1 file changed, 4 deletions(-) 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();