Skip to content

Commit

Permalink
[ECP-8992] Add Apple Pay billing address requirement (#2572)
Browse files Browse the repository at this point in the history
Co-authored-by: Can Demiralp <[email protected]>
  • Loading branch information
candemiralp and Can Demiralp authored Mar 29, 2024
1 parent 9d44c14 commit 5452561
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion view/frontend/layout/checkout_index_index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@
<item name="adyen_ach" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
<item name="adyen_applepay" xsi:type="array">
<item name="isBillingAddressRequired" xsi:type="boolean">true</item>
</item>
</item>
</item>
</item>
Expand All @@ -316,4 +319,4 @@
</arguments>
</referenceBlock>
</body>
</page>
</page>

0 comments on commit 5452561

Please sign in to comment.