File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
ReCaptchaCheckout/Block/LayoutProcessor/Checkout
ReCaptchaFrontendUi/view/frontend/web/js Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,8 @@ public function process($jsLayout)
79
79
['place-order-recaptcha ' ]['settings ' ] = $ this ->captchaUiConfigResolver ->get ($ key );
80
80
} else {
81
81
if (isset ($ jsLayout ['components ' ]['checkout ' ]['children ' ]['steps ' ]['children ' ]['billing-step ' ]['children ' ]
82
- ['payment ' ]['children ' ]['beforeMethods ' ]['children ' ]['place-order-recaptcha ' ])) {
82
+ ['payment ' ]['children ' ]['beforeMethods ' ]['children ' ]['place-order-recaptcha-container ' ]['children ' ]
83
+ ['place-order-recaptcha ' ])) {
83
84
unset($ jsLayout ['components ' ]['checkout ' ]['children ' ]['steps ' ]['children ' ]['billing-step ' ]['children ' ]
84
85
['payment ' ]['children ' ]['beforeMethods ' ]['children ' ]['place-order-recaptcha-container ' ]
85
86
['children ' ]['place-order-recaptcha ' ]);
Original file line number Diff line number Diff line change 5
5
6
6
/* global grecaptcha */
7
7
define ( [
8
- 'jquery'
8
+ 'jquery' ,
9
+ 'jquery/z-index'
9
10
] , function ( $ ) {
10
11
'use strict' ;
11
12
You can’t perform that action at this time.
0 commit comments