Powered by Authorize.Net — {{ (\Config::get('settings.authorize_env') == 'sandbox') ? 'Sandbox' : 'Live' }}
@if(request()->getScheme() !== 'https')
HTTPS Required for Payment Processing:
Authorize.Net Accept.js requires an HTTPS connection for security. This is a requirement from Authorize.Net and cannot be bypassed.
For Local Development:
- Use ngrok:
ngrok http 8000 then access via the HTTPS URL
- Or set up local SSL certificates
- Or test on a staging server with HTTPS
@endif