Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Checkout using your account form' has no recaptcha #13

Open
tgamanov opened this issue Jul 5, 2018 · 1 comment
Open

'Checkout using your account form' has no recaptcha #13

tgamanov opened this issue Jul 5, 2018 · 1 comment

Comments

@tgamanov
Copy link

tgamanov commented Jul 5, 2018

The template and the script are loaded, but it is not showing it because in the template
ReCaptcha/view/frontend/web/template/checkout/reCaptcha.html
there is

and the value is not set.

The issue is here
ReCaptcha/view/frontend/layout/recaptcha_authentication_popup.xml

instead of
checkout
need to be
checkoutConfig

checkout => checkoutConfig
otherwise, the config source is empty.

also, I have found that in
ReCaptcha/etc/di.xml

for me it works with

index_index => cart_index

Thanks for the module. It is cool)

@karliuka
Copy link
Owner

karliuka commented Jul 6, 2018

thanks, i'll check ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants