Deploy Ladill Mini / deploy (push) Successful in 29s
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>
7 lines
128 B
PHP
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'),
|
|
];
|