Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't add payee to transaction if it's not defined #31

Closed
nielsmaerten opened this issue Dec 22, 2021 · 0 comments · Fixed by #32
Closed

Don't add payee to transaction if it's not defined #31

nielsmaerten opened this issue Dec 22, 2021 · 0 comments · Fixed by #32
Assignees
Labels
bug Something isn't working

Comments

@nielsmaerten
Copy link
Owner

Describe the bug
Payee parsing (currently in beta) sometimes results in a payee_name field like this:

  • " ": just a bunch of spaces, no actually useful data

This causes YNAB's payee matching to trip up, causing duplicate and/or incorrect payees

Expected behavior
If there's no useful data in the payee field, it should be omitted from the payload to YNAB

Screenshots

image

Desktop (please complete the following information):

  • OS: Windows
  • Version: 1.1.1
  • Did you install ynab-buddy using NPM? yes

Additional context
Add any other context about the problem here.

@nielsmaerten nielsmaerten self-assigned this Dec 22, 2021
@nielsmaerten nielsmaerten added the bug Something isn't working label Dec 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant