Amounts are divided by 100 when editing a recurring contribution without decimals
If a recurring contribution is edited in CiviCRM and the amount is written without decimals (like in 30 rather than 30.00):
CiviCRM will show a message saying that the amount was changed to 30.00 and it will store it properly locally:
but in SmartDebit, the amount is saved divided by 100:
At that point, as expected, if the recurring contribution is "viewed", its amount will be updated in CiviCRM to 0.30.
Edited by capo