• Resolved neptuneweb1

    (@neptuneweb1)


    I think this may be a possibleb bug – in the redirect_stripe.php file it creates a success_url in the checkout session by concatenating strings like this:

    $success_url.’?cf7pp_stripe_success=true

    This creates a problem if my $success_url already has a query string in it – I think it should detect this case and concatenate differently eg. using ‘&’ and not ‘?’.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Collin Sasse

    (@collinsasse)

    As a workaround, would you be able to generate a short URL or other redirect link that does not have a query string in it? For example using a service such as tinyurl or bitly that would remove the query string?

    Plugin Support Collin Sasse

    (@collinsasse)

    I wanted to follow up with you and check if the workaround was able to resolve the issue for you?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Redirect bug’ is closed to new replies.