Skip to content

Conversation

@github-actions
Copy link

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

…2932)

The getType() method was checking for 'Payward Ltd.' but Kraken's
actual bank name is 'Payward Trading Ltd.'. This caused new DEBIT
transactions to Kraken to have type=null, making them invisible to
the balance calculation until assignTransactions() ran later.

Changes:
- Fix getType() to check for 'Payward Trading' (the actual name)
- Call getType() in create() for Yapeal webhook transactions
- Refactor assignTransactions() to reuse getType() for consistency

Now all BankTx (SEPA import, Yapeal webhook, Olky) get the correct
type immediately upon creation.
@TaprootFreak TaprootFreak merged commit ed9be14 into main Jan 13, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants