From 77b3f3ccf4ad775d4d5bfbbf1377800f3916ec59 Mon Sep 17 00:00:00 2001 From: isaacclad Date: Thu, 11 Jun 2026 19:32:24 +0000 Subject: [PATCH] =?UTF-8?q?Lower=20event=20fees:=20tickets=2015%=E2=86=929?= =?UTF-8?q?%,=20contributions=209%=E2=86=925%.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update registration settlement and payouts copy for the new Ladill Pay tiers. Co-authored-by: Cursor --- app/Services/Events/EventRegistrationService.php | 2 +- resources/views/events/payouts.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 @@

Payments & Payouts

-

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