Skip to content

Commit 8becdc7

Browse files
committed
Merge remote-tracking branch 'remotes/origin/MAGETWO-98980' into owls-delivery
2 parents 819114a + dcc88ab commit 8becdc7

File tree

2 files changed

+8
-0
lines changed
  • app/code/Magento

2 files changed

+8
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<arguments>
4141
<argument name="secureUrlList" xsi:type="array">
4242
<item name="paypal_billing" xsi:type="string">/paypal/billing/</item>
43+
<item name="paypal_billing_agreement" xsi:type="string">/paypal/billing_agreement/</item>
4344
<item name="paypal_bml" xsi:type="string">/paypal/bml/</item>
4445
<item name="paypal_hostedpro" xsi:type="string">/paypal/hostedpro/</item>
4546
<item name="paypal_ipn" xsi:type="string">/paypal/ipn/</item>

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@
2323
<plugin name="ProcessPaymentVaultConfiguration" type="Magento\Vault\Plugin\PaymentVaultConfigurationProcess"/>
2424
<plugin name="ProcessPaymentConfiguration" disabled="true"/>
2525
</type>
26+
<type name="Magento\Framework\Url\SecurityInfo">
27+
<arguments>
28+
<argument name="secureUrlList" xsi:type="array">
29+
<item name="vault" xsi:type="string">/vault/</item>
30+
</argument>
31+
</arguments>
32+
</type>
2633
</config>

0 commit comments

Comments
 (0)