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 6eda30c + 07cf9fd commit 91e2259Copy full SHA for 91e2259
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