From 5aab6fa3d1a5486146af0bd83efca6a8d495e6c3 Mon Sep 17 00:00:00 2001 From: arifal Date: Thu, 3 Jul 2025 15:34:02 +0700 Subject: [PATCH] add 10% --- app/Services/ServiceGoogleSheet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/ServiceGoogleSheet.php b/app/Services/ServiceGoogleSheet.php index 8df16c7..cf7b37d 100644 --- a/app/Services/ServiceGoogleSheet.php +++ b/app/Services/ServiceGoogleSheet.php @@ -537,7 +537,7 @@ class ServiceGoogleSheet foreach ($spatialPlannings as $spatialPlanning) { $activeCalculation = $spatialPlanning->activeRetributionCalculation; if ($activeCalculation && $activeCalculation->retributionCalculation) { - $totalSum += $activeCalculation->retributionCalculation->retribution_amount * 0.3; + $totalSum += $activeCalculation->retributionCalculation->retribution_amount * 0.1; } }