Fix 500 on attendees and badges pages by adding SmsService.
Deploy Ladill Events / deploy (push) Successful in 53s

The AttendeeController depends on SMS for programme sharing; the class was referenced but never shipped in this app.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-07 12:39:30 +00:00
co-authored by Cursor
parent 5e00f319a5
commit 8a1d5708a9
2 changed files with 48 additions and 0 deletions
+5
View File
@@ -51,6 +51,11 @@ return [
],
],
'termii' => [
'api_key' => env('TERMII_API_KEY'),
'sender_id' => env('TERMII_SENDER_ID', 'LaDill'),
],
// Paystack — guest checkout (and the card fallback for logged-in buyers).
'paystack' => [
'base_url' => env('PAYSTACK_BASE_URL', 'https://api.paystack.co'),