Settings
SenangPay settings
Control how the site talks to SenangPay. Merchant IDs and secret keys remain in the server .env.
{{ session('status') }}
@endif
Notes
- Merchant IDs and secret keys are read from
.envviaconfig/senangpay.php. - These settings only override behaviour flags and the active environment.
- Return URL:
{{ config('senangpay.return_url') }} - Callback URL:
{{ config('senangpay.callback_url') }}