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
TAN handling is not implemented yet. Here are some notes how it could be built.
FinTS3PinTanClient
frappe.publish_realtime('tan_response_needed')
frappe.prompt()
Relevant Docs:
The text was updated successfully, but these errors were encountered:
I will dig into it when I have time. PR's into develop are welcome
Sorry, something went wrong.
Unfortunately i looked my online banking and cannot proceed with programing. Waiting for reactivation. PR's into develop are welcome.
No branches or pull requests
TAN handling is not implemented yet. Here are some notes how it could be built.
FinTS3PinTanClient
needs to be stored on the server / database (for example, in the FinTS Login doctype).frappe.publish_realtime('tan_response_needed')
)frappe.prompt()
).Relevant Docs:
The text was updated successfully, but these errors were encountered: