fixed in commit ebffecd364812f10c76dcd0446d70e66032e5374
Can only do amounts of min 0.01 is fixed in commit 56b09abeaa441d38aacbf1bcdaeba0099ce6ef4a and cab172dc65a71070f06af6866bc6ec8ca2887b62
But no max value of amount is set yet.
Update:
With the scale of 2 in the database, it will simple round to the scale. So in the database is 0.004 a 0.00 and 0.005 a 0.01. This can be correct, maybe it is better always round up oder…
The bug is more deeper than expected. There is following behavior in backend.
If you set a transaction for 0.005€ your amount will be 0.01€
If you set a transaction for 0.004€ your amount…
fixed in commit d8028c46812e7045706f6c59966095cc54e0c09c
when sending mail, a context is created which connect to mail-server