sections.xml 823 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Customer:etc/sections.xsd">
  10. <action name="rest/*/V1/carts/*/payment-information">
  11. <section name="instant-purchase"/>
  12. </action>
  13. <action name="rest/*/V1/carts/*/selected-payment-method">
  14. <section name="instant-purchase"/>
  15. </action>
  16. <action name="customer/address/*">
  17. <section name="instant-purchase"/>
  18. </action>
  19. <action name="customer/account/*">
  20. <section name="instant-purchase"/>
  21. </action>
  22. <action name="vault/cards/deleteaction">
  23. <section name="instant-purchase"/>
  24. </action>
  25. </config>