• All payment response redirects in class-wc-paymentsense-hosted.php are incorrectly using wc_get_endpoint_url()
    e.g. $location = wc_get_endpoint_url( 'order-received', $order->get_id(), $order->get_checkout_order_received_url() );

    This results in the returned url duplicating the order ID e.g. /checkout/order-received/432264/order-received/432264

    This breaks query vars and ultimately the WooCommerce Google Analytics integration.

Viewing 1 replies (of 1 total)
  • Thread Starter batesy87

    (@batesy87)

    I notice a new version has been released, but once again the only thing that has changed is the version number and “tested up to” tags. Will you be fixing the bug I identified, or do I need to patch the “new” version myself

Viewing 1 replies (of 1 total)
  • The topic ‘payment response redirects’ is closed to new replies.