zap-me / zap_payments

MIT License
0 stars 1 forks source link

Adding Bank name and amount in $ to the msg #18

Closed eoliveros closed 4 years ago

djpnewton commented 4 years ago

lets format the numbers to two decimal places something like like '{0:0.2f}'.format(invoice.amount_zap/100.0)

eoliveros commented 4 years ago

pushed the commit again... test appears to be good.

will do a rebase if this is ok.