Skip to content

Commit 4a8b76d

Browse files
authored
Merge branch 'develop' into imported-anzin-security-package-314
2 parents 825b843 + 008f1db commit 4a8b76d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

ReCaptchaCheckout/Block/LayoutProcessor/Checkout/Onepage.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ public function process($jsLayout)
7979
['place-order-recaptcha']['settings'] = $this->captchaUiConfigResolver->get($key);
8080
} else {
8181
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'])) {
8384
unset($jsLayout['components']['checkout']['children']['steps']['children']['billing-step']['children']
8485
['payment']['children']['beforeMethods']['children']['place-order-recaptcha-container']
8586
['children']['place-order-recaptcha']);

ReCaptchaFrontendUi/view/frontend/web/js/nonInlineReCaptchaRenderer.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
/* global grecaptcha */
77
define([
8-
'jquery'
8+
'jquery',
9+
'jquery/z-index'
910
], function ($) {
1011
'use strict';
1112

0 commit comments

Comments
 (0)