@Saurabh There's no notification for delivery boys on Razorpay payments with automatic order accept. The issue started after new webhook settings in V3.1. No firebase notification also.
Rahul Indeed there was an issue with the Razorpay function. (some silly code structure issue that was not getting the correct order ID after the payment was approved)
I have fixed the issue.
Go to: https://drive.google.com/uc?export=download&id=1v1e7sIrB0jUzOr2z7iunXJLz_3McprgL and download the RazorpayController.php file.
Upload this file to your server public_html/app/Http/Controllers (There is already this file present on your server, so replace the old one with this new one)
Saurabh Thanks Saurabh, It's working fine now. Thanks again for your quick support.