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