Add payments notification
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
ddc2cd08d5
commit
e51e7c2698
6 changed files with 85 additions and 13 deletions
7
templates/payment.md.j2
Normal file
7
templates/payment.md.j2
Normal file
|
@ -0,0 +1,7 @@
|
|||
*💵 New payment*
|
||||
|
||||
*Amount*: {{amount}} {% if amount_fiat != 'None' %}\({{amount_fiat}}\){% endif %}
|
||||
*ID*: [{{txid}}](https://etherscan.io/tx/{{txid}})
|
||||
*Address*: {{address}}
|
||||
*Date/Time*: {{time}}
|
||||
*Duration*: {{duration}}
|
Reference in a new issue