Skip to content

Commit 6bc1f18

Browse files
committed
Merge branch 'MAGETWO-82910' into MPI-PR
2 parents ffd3d30 + e67dada commit 6bc1f18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/code/Magento/Paypal/view/frontend/layout/checkout_index_index.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
<item name="paypal_billing_agreement" xsi:type="array">
4545
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
4646
</item>
47+
<item name="paypal_express" xsi:type="array">
48+
<item name="isBillingAddressRequired" xsi:type="boolean">false</item>
49+
</item>
50+
<item name="paypal_express_bml" xsi:type="array">
51+
<item name="isBillingAddressRequired" xsi:type="boolean">false</item>
52+
</item>
53+
<item name="payflow_express_bml" xsi:type="array">
54+
<item name="isBillingAddressRequired" xsi:type="boolean">false</item>
55+
</item>
4756
</item>
4857
</item>
4958
</item>

0 commit comments

Comments
 (0)