My account


Email: {{ shop.email }}
Purchased code: {{ shop.code }}
Domain: {{ shop.domain != '' ? shop.domain : 'No domain' }}
Platform: {{ getPlatformName(shop.platform) }}
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
Transaction ID Name Package Price Downloaded Support until created Action
{{ itemInfo.txtID }} PDA for {{ getPlatformName(itemInfo.platform) }} {{ itemInfo.package }} ${{ itemInfo.price }} {{ itemInfo.download }} {{ itemInfo.created }} Unsubscribed
Balance: ${{ balance }}
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] }}
Loading...