We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0764a0 commit d25432dCopy full SHA for d25432d
ReCaptchaCheckout/Block/LayoutProcessor/Checkout/Onepage.php
@@ -79,7 +79,8 @@ public function process($jsLayout)
79
['place-order-recaptcha']['settings'] = $this->captchaUiConfigResolver->get($key);
80
} else {
81
if (isset($jsLayout['components']['checkout']['children']['steps']['children']['billing-step']['children']
82
- ['payment']['children']['beforeMethods']['children']['place-order-recaptcha'])) {
+ ['payment']['children']['beforeMethods']['children']['place-order-recaptcha-container']['children']
83
+ ['place-order-recaptcha'])) {
84
unset($jsLayout['components']['checkout']['children']['steps']['children']['billing-step']['children']
85
['payment']['children']['beforeMethods']['children']['place-order-recaptcha-container']
86
['children']['place-order-recaptcha']);
0 commit comments