Skip to content

Commit d8673bc

Browse files
committed
AC-2642: ReCaptcha validation changes
* Fixing test cases
1 parent 95f6207 commit d8673bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReCaptchaCheckout/view/frontend/web/js/webapiReCaptchaRegistry-mixin.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ define([], function () {
1212
*/
1313
originalFunction.addListener = function (id , func) {
1414
this._listeners[id] = func;
15-
}
15+
};
1616

1717
return originalFunction;
18-
}
18+
};
1919

2020
});

0 commit comments

Comments
 (0)