rienafairefr / pynYNAB

a python client for the new YNAB
MIT License
138 stars 12 forks source link

Amount Issue in Transactions #5

Closed rienafairefr closed 8 years ago

rienafairefr commented 8 years ago

Sometimes, when adding a transaction with credt_amount=0 and cash_amount=0, the transaction gets transformed by the YNAB server to a transaction with a nonzero credit_amount, or a nonzero cash_amount.

rienafairefr commented 8 years ago

Solved by ignoring credit_amount, cash_amount in the hash (serving to compare transactions)