You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value $success = true;. It should be false.
This happened to us, The block, if (empty($_POST['razorpay_payment_id']) === false) was skipped because $_POST['razorpay_payment_id']) was not generated and the final block, if ($success === true) was executed.