Order ID | Quantity | Price | Date | Action |
---|---|---|---|---|
{{ order.orderID }} | {{ getItemsCount(order.details) }} | ${{ (0 - parseFloat(order.amount)).toFixed(2) }} | {{ order.created.split(' ')[0] }} |
Thumb | Name | Price | Action |
---|---|---|---|
|
{{ file.title }} ({{ lkey }}) | ${{ parseFloat(file.price).toFixed(2) }} |
Transaction ID | Name | Package | Price | Downloaded | Support until | created | Action |
---|---|---|---|---|---|---|---|
{{ itemInfo.txtID }} | PDA for {{ getPlatformName(itemInfo.platform) }} | {{ itemInfo.package }} | ${{ itemInfo.price }} | {{ itemInfo.download }} | {{ itemInfo.supportuntil }} {{ itemInfo.supportuntil }} | {{ itemInfo.created }} | Unsubscribed |
Transaction ID | Type | Amount | Date |
---|---|---|---|
{{ wallet.transactionID }} {{ wallet.transactionID }} | {{ wallet.type }} | {{ wallet.amount > 0 ? '$'+parseFloat(wallet.amount).toFixed(2) : '-$'+(0 - parseFloat(wallet.amount)).toFixed(2) }} | {{ wallet.created.split(' ')[0] }} |