GuestAuthorizenetCheckoutSection.xml 1.4 KB

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="GuestAuthorizenetCheckoutSection">
  11. <element name="firstName" type="input" selector="div[name='billingAddressauthorizenet_acceptjs.firstname'] input"/>
  12. <element name="lastName" type="input" selector="div[name='billingAddressauthorizenet_acceptjs.lastname'] input"/>
  13. <element name="street" type="input" selector="div[name='billingAddressauthorizenet_acceptjs.street.0'] input"/>
  14. <element name="city" type="input" selector="div[name='billingAddressauthorizenet_acceptjs.city'] input"/>
  15. <element name="state" type="select" selector="div[name='billingAddressauthorizenet_acceptjs.region_id'] select"/>
  16. <element name="postcode" type="input" selector="div[name='billingAddressauthorizenet_acceptjs.postcode'] input"/>
  17. <element name="country" type="select" selector="div[name='billingAddressauthorizenet_acceptjs.country_id'] select"/>
  18. <element name="telephone" type="input" selector="div[name='billingAddressauthorizenet_acceptjs.telephone'] input"/>
  19. <element name="update" type="button" selector=".payment-method._active button.action-update" />
  20. </section>
  21. </sections>