Skip to content

Commit 9b65c30

Browse files
committed
ACP2E-1338: Google reCaptcha in Incorrect position
1 parent 618900f commit 9b65c30

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

ReCaptchaPaypal/etc/di.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,10 @@
1414
</argument>
1515
</arguments>
1616
</type>
17+
<type name="Magento\ReCaptchaPaypal\Model\ReCaptchaSession">
18+
<arguments>
19+
<argument name="transparentSession" xsi:type="object">Magento\Framework\Session\Generic\Proxy</argument>
20+
<argument name="checkoutSession" xsi:type="object">Magento\Checkout\Model\Session\Proxy</argument>
21+
</arguments>
22+
</type>
1723
</config>

ReCaptchaPaypal/etc/frontend/di.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,4 @@
2121
</argument>
2222
</arguments>
2323
</type>
24-
<type name="Magento\ReCaptchaPaypal\Model\ReCaptchaSession">
25-
<arguments>
26-
<argument name="transparentSession" xsi:type="object">Magento\Framework\Session\Generic\Proxy</argument>
27-
<argument name="checkoutSession" xsi:type="object">Magento\Checkout\Model\Session\Proxy</argument>
28-
</arguments>
29-
</type>
3024
</config>

0 commit comments

Comments
 (0)