• Resolved Stiofan

    (@stiofansisland)


    As titled, please fix line 229 in /includes/helpers.php
    from:
    $checkout_url = $checkout_url . ‘?cl_token=’ . $token;
    to (the WP way)
    $checkout_url = add_query_arg( ‘cl_token’, $token, $checkout_url );

    Stiofan

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Broken if your checkout URL already has params such as ?nocache=true’ is closed to new replies.