Route event registrations through Ladill Pay API.
Deploy Ladill Events / deploy (push) Successful in 29s

Ticket and contribution checkouts use platform Pay for fees and wallet settlement, with legacy QREP-* fallback via Billing.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-08 05:20:30 +00:00
co-authored by Cursor
parent 55e2ec71b3
commit c92ad91a06
7 changed files with 187 additions and 57 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'api_url' => env('PAY_API_URL', 'https://ladill.com/api/pay'),
'api_key' => env('PAY_API_KEY_EVENTS'),
];