n8n
n8n copied to clipboard
fix(Harvest Node): Fix getting invoice by state
Fixes: https://github.com/n8n-io/n8n/issues/7948
Technically this could be considered a breaking change as we are changing the input field type but the field is also not working at all as the API expects a single string with one state rather than an array. Happy to modify and do a quick light version instead.