We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c9242e8 + 36c031a commit 07cf9fdCopy full SHA for 07cf9fd
app/code/Magento/Captcha/view/frontend/web/js/view/checkout/defaultCaptcha.js
@@ -56,7 +56,7 @@ define([
56
*/
57
checkCustomerData: function (formId, captchaData, captcha) {
58
if (!_.isEmpty(captchaData) &&
59
- !_.isEmpty(captchaData)[formId] &&
+ !_.isEmpty(captchaData[formId]) &&
60
captchaData[formId].timestamp > captcha.timestamp
61
) {
62
if (!captcha.isRequired() && captchaData[formId].isRequired) {
0 commit comments