Redirect bug
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Redirect bug’ is closed to new replies.