AdminOrderFormPaymentSection.xml 1.1 KB

123456789101112131415161718192021
  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="AdminOrderFormPaymentSection">
  11. <element name="header" type="text" selector="#shipping-methods span.title"/>
  12. <element name="getShippingMethods" type="text" selector="#order-shipping_method a.action-default" timeout="30"/>
  13. <element name="flatRateOption" type="radio" selector="#s_method_flatrate_flatrate" timeout="30"/>
  14. <element name="shippingError" type="text" selector="#order[has_shipping]-error"/>
  15. <element name="freeShippingOption" type="radio" selector="#s_method_freeshipping_freeshipping" timeout="30"/>
  16. <element name="checkMoneyOption" type="radio" selector="#p_method_checkmo" timeout="30"/>
  17. <element name="paymentBlock" type="text" selector="#order-billing_method" />
  18. <element name="paymentError" type="text" selector="#payment[method]-error"/>
  19. </section>
  20. </sections>