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.phpfile 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.
The topic ‘Cancel URL not working, bug in code’ is closed to new replies.