Open harshvardhanmalpani opened 5 years ago
If $redirect_url is empty https://github.com/payumoney-india/PUM_WooCommerce_v3.4/blob/master/index.php#L310 should be wp_redirect($order->get_checkout_order_received_url());
wp_redirect($order->get_checkout_order_received_url());
Otherwise it redirects to homepage
@harshvardhanmalpani : you saved my day , thank you 👍
in my case, its getting redirected to the cart.
If $redirect_url is empty https://github.com/payumoney-india/PUM_WooCommerce_v3.4/blob/master/index.php#L310 should be
wp_redirect($order->get_checkout_order_received_url());
Otherwise it redirects to homepage