Files
isaaccladandCursor cf6dda5793
Deploy Ladill Mini / deploy (push) Successful in 29s
Route Mini payments through Ladill Pay API.
Checkout and settlement now go via platform Pay instead of direct Paystack + Billing credit, with legacy MIN-* support retained.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-08 05:20:09 +00:00

7 lines
128 B
PHP

<?php
return [
'api_url' => env('PAY_API_URL', 'https://ladill.com/api/pay'),
'api_key' => env('PAY_API_KEY_MINI'),
];