laminas / laminas-captcha

Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more
https://docs.laminas.dev/laminas-captcha/
BSD 3-Clause "New" or "Revised" License
24 stars 13 forks source link

Checkout page first load Captcha validation Issue #35

Closed vkharche91 closed 1 month ago

vkharche91 commented 1 month ago

Bug Report

Q A
Version(s) 2.17.0

Summary

The Magento 2 Lumina reCAPTCHA implementation exhibits a problem during the checkout process. Specifically, the reCAPTCHA validation fails on the initial attempt, but succeeds when a new CAPTCHA is entered.

Current behavior

How to reproduce

Steps to Reproduce 1) Enter the CAPTCHA for the First Time:

Expected behavior

The CAPTCHA validation should succeed on the first attempt, allowing the order to be placed without needing a second CAPTCHA entry.

gsteel commented 1 month ago

Can I suggest that you open this issue over at Magento. We will need a failing test case here before we'll consider it as a bug here rather than an issue with Magento or your environment.