{{name}}
Receipt
Order ID: {{orderId}}
Date:{{order.timestamp | date}}
Zcash Price: {{order.price | number: '1.02' | currency: order.currency.toUpperCase()}}
Total: {{order.totalZec | number: '1.08'}}
Item Qty. Price ({{order.currency.toUpperCase()}})
{{item.name}} {{item.qty}} {{( item.qty * item.cost ) | number : '1.02' | currency: order.currency.toUpperCase()}}
Total: {{ order.total | currency: order.currency.toUpperCase()}}
Incorrect Receipt ID.
No information available.