bug for woocommerce checkout
-
Hello,
in si-captcha.php in function si_captcha_wc_checkout_post on line 868 there is
if ($fs_recaptcha_opt[‘wc_checkout’] == ‘true’ ) {
and it should be
if ($si_captcha_opt[‘wc_checkout’] == ‘true’ ) {
This effects captcha validation on woocommerce checkout page.
Best Regards
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘bug for woocommerce checkout’ is closed to new replies.