Cancel URL not working, bug in code
-
Hey ??
Using the latest plugin version 1.1.5I am using your plugin with a client, and wanted the cancel URL return back to the same product URL. After adding the
[wp_stripe_checkout_v3 price="..." cancel_url="https://...."]
shortcode, it did not work and redirected me to the home URL instead.So I took a look at the code in the plugin and sure enough in your
main.php
file the attribute is searching for'cancel_url '
(line 686 and 687, if I’m not wrong) and not'cancel_url'
.After changing to
'cancel_url'
, I got the cancel URL working again. Will it be possible to apply this fix to the plugin?Best Regards.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cancel URL not working, bug in code’ is closed to new replies.