confirmation.html 485 B

123456789101112131415
  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <p class="message"><%- data.message %></p>
  8. <strong><%- data.shippingAddressTitle %>:</strong>
  9. <p><%- data.shippingAddress %></p>
  10. <strong><%- data.billingAddressTitle %>:</strong>
  11. <p><%- data.billingAddress %></p>
  12. <strong><%- data.paymentMethodTitle %>:</strong>
  13. <p><%- data.paymentToken %></p>
  14. <strong><%- data.shippingMethodTitle %>:</strong>
  15. <p><%- data.shippingMethod %></p>