Fix 500 on attendees and badges pages by adding SmsService.
Deploy Ladill Events / deploy (push) Successful in 53s
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:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user