================================================= SMS API Test - SMSOnline Ghana v5 ================================================= Test 1: Checking SMS Balance... ------------------------------------------------- ✅ Balance Check Successful Credits: 280 Model: quantity Test 2: Sending Test SMS... ------------------------------------------------- To: 233532700209 Sender: LaDMA ✅ SMS Sent Successfully Message ID: Status: Message Length: 115 characters Test 3: Testing SimpleSmsService Class... ------------------------------------------------- Testing with local format: 0532700209 ✅ SimpleSmsService Test Successful Message ID: Provider: smsonlinegh Phone (local): 0532700209 Phone (international): 233532700209 Handshake: HSHK_OK Provider Status: provider: smsonlinegh host: api.smsonlinegh.com sender_id: LaDMA api_key_configured: 1 supported_formats: {"local":"024XXXXXXX","international":"23324XXXXXXX"} mode: live api_version: v5 note: Using SMSOnline Ghana API v5 for actual SMS sending. Test 4: Testing Queue Job... ------------------------------------------------- ✅ Job Created Successfully Entry Type: Business Permit Business: Test Business Ltd Reference: BP-TEST-001 Amount: GHS 500.00 To dispatch this job to the queue, run: php artisan queue:work --queue=notifications ================================================= Test Complete ================================================= Next Steps: 1. Start queue worker: php artisan queue:work --queue=notifications 2. Create test entries through the API 3. Monitor logs: tail -f storage/logs/laravel.log 4. Check queue status: php artisan queue:monitor