zenmoney / ZenPlugins

GNU General Public License v3.0
271 stars 139 forks source link

[raiffeisen-business-rs] Fix handling of transactions with no DebtorCreditorName #758

Closed etomilin closed 3 months ago

etomilin commented 3 months ago

For transactions on foreign currency accounts, the DebtorCreditorName may sometimes be null, causing the convertTransaction function to fail. To address this, the fix implements a fallback mechanism that uses Trnben or defaults to 'Unknown' in these scenarios.

etomilin commented 3 months ago

@skvav Could you please take a look on this minor fix?

skvav commented 3 months ago

Thanks!