diff --git a/app/Services/Events/EventRegistrationService.php b/app/Services/Events/EventRegistrationService.php index d3dd126..bc2b045 100644 --- a/app/Services/Events/EventRegistrationService.php +++ b/app/Services/Events/EventRegistrationService.php @@ -208,7 +208,7 @@ class EventRegistrationService throw new RuntimeException('Payment was not successful.'); } - $feeRate = ($registration->qrCode?->content()['mode'] ?? 'ticketing') === 'contributions' ? 0.09 : 0.15; + $feeRate = ($registration->qrCode?->content()['mode'] ?? 'ticketing') === 'contributions' ? 0.05 : 0.09; $paidAmount = round(($data['amount'] ?? 0) / 100, 2); $platformFee = round($paidAmount * $feeRate, 2); diff --git a/resources/views/events/payouts.blade.php b/resources/views/events/payouts.blade.php index 9262866..b06f883 100644 --- a/resources/views/events/payouts.blade.php +++ b/resources/views/events/payouts.blade.php @@ -4,7 +4,7 @@
Ticket and contribution revenue settles into your Ladill wallet (15% tickets / 9% contributions).
+Ticket and contribution revenue settles into your Ladill wallet (9% tickets / 5% contributions).