Run these commands on your production server (smartway.wappjet.cloud): 1. Clear route cache: php artisan route:clear 2. Clear config cache: php artisan config:clear 3. Clear application cache: php artisan cache:clear 4. Optimize (optional but recommended): php artisan optimize After running these commands, the update status and update payment features will work correctly. You can run these via SSH or through your hosting control panel's terminal.