We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Payee name was showing as "None" on the bank payment screen - these accounts were auto-populated by the Wise import function:
Additionally, the payment config screen (/admin/payment-config) does not show this problem.
/admin/payment-config
We should:
No issue for 2024, I've manually populated these in production.
The text was updated successfully, but these errors were encountered:
Ok; we're pulling the incorrect field names here; the title field that we attempt to read from is from the new-format account-details API; previously the relevant field was, I think, named accountHolderName in the (now-deprecated) borderless-accounts API.
title
account-details
accountHolderName
borderless-accounts
At the time of writing, the Account Details API isn't yet supported in pywisetransfer.
pywisetransfer
Sorry, something went wrong.
Closing - I believe this was fixed by #1329.
No branches or pull requests
Payee name was showing as "None" on the bank payment screen - these accounts were auto-populated by the Wise import function:
Additionally, the payment config screen (
/admin/payment-config
) does not show this problem.We should:
No issue for 2024, I've manually populated these in production.
The text was updated successfully, but these errors were encountered: