From cd839990458bc75ca0a78da849cd42826b42fc96 Mon Sep 17 00:00:00 2001 From: nurafrinaalimi16 Date: Sun, 14 Dec 2025 10:37:29 +0800 Subject: [PATCH] disable logs kadar anggota --- app/Support/OnePercent.php | 10 +++++----- app/Support/v2/GadaiV2.php | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/Support/OnePercent.php b/app/Support/OnePercent.php index 941b245..2133931 100644 --- a/app/Support/OnePercent.php +++ b/app/Support/OnePercent.php @@ -65,11 +65,11 @@ class OnePercent extends MasterServices public function getKadarUjrah(HttpRequest $request) { - Log::info('[DEBUG-CONTROLLER] Data request', [ - 'nokp' => $request->nokp, - 'kodcaw' => $request->kodcaw, - 'nilaimarhun' => $request->nilaimarhun - ]); + // Log::info('[DEBUG-CONTROLLER] Data request', [ + // 'nokp' => $request->nokp, + // 'kodcaw' => $request->kodcaw, + // 'nilaimarhun' => $request->nilaimarhun + // ]); $cawangan = Cawangan::on('mysql7')->where('kodcaw', $request->kodcaw)->first(); $onePercentServices = new Calculation(); diff --git a/app/Support/v2/GadaiV2.php b/app/Support/v2/GadaiV2.php index 4dac90e..bab4e6e 100644 --- a/app/Support/v2/GadaiV2.php +++ b/app/Support/v2/GadaiV2.php @@ -59,7 +59,7 @@ class GadaiV2 } private function getKadarUpahAnggota($nokp,$total_nilai_marhun = 0,$groupid = 2) : Float{ - Log::info('DEBUG NOKP:' . $nokp); + //Log::info('DEBUG NOKP:' . $nokp); if($nokp){ $customer = Customer::on('mysql7') ->select('tag_anggota')