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; } }