Skip to content

Commit 5607d47

Browse files
author
Viktor Tymchynskyi
committed
MAGETWO-43942: Unable to place order within PayPal through Braintree if click PayPal Check out in shopping cart
1 parent f8a4c72 commit 5607d47

File tree

1 file changed

+7
-0
lines changed
  • app/code/Magento/Braintree/etc/frontend

1 file changed

+7
-0
lines changed

app/code/Magento/Braintree/etc/frontend/di.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@
2121
</argument>
2222
</arguments>
2323
</type>
24+
<type name="Magento\Framework\Url\SecurityInfo">
25+
<arguments>
26+
<argument name="secureUrlList" xsi:type="array">
27+
<item name="braintree" xsi:type="string">/braintree/</item>
28+
</argument>
29+
</arguments>
30+
</type>
2431
</config>

0 commit comments

Comments
 (0)