* [ADDED] More methods to our transaction class * `createDebitAPRecord` and `createDebitMPRecord`, will handle the * entire debit process * Adds Debit transaction * Adds TXFee transaction * mark transactions as archived * validate user is fully paid out * send notification to user * `getMPQueue` was added to unify the process of getting payout queues * [MOVED] Only one mail template for both payout methods * [ADDED] Some minor calls to user class * [ADDED] Full address validation to bitcoin class * [SQL] New SQL upgrade and Version Increment * Adding UNIQUE index to coin_address in accounts table * preperation for `sendmany` implementation
9 lines
172 B
Smarty
9 lines
172 B
Smarty
<html>
|
|
<body>
|
|
<p>You account has been debited and the coins have been sent to your wallet.</p>
|
|
<p>Amount: {nocache}{$DATA.amount}{/nocache}</p>
|
|
<br/>
|
|
<br/>
|
|
</body>
|
|
</html>
|