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')