We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
client_models.py
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
New transaction dataclasses have been added in #649, leaving us with 2 dataclasses for each transaction:
net/models/transaction.py net/client_models.py
We should possibly remove the old transaction classes and replace their usages with the new ones.
The text was updated successfully, but these errors were encountered:
Blocked after 0.11.0. This should be a part of the general refactor I think.
Sorry, something went wrong.
Transactions returned from gateway are different than the ones we send. They cannot be combined.
drknzz
Successfully merging a pull request may close this issue.
Feature Request
New transaction dataclasses have been added in #649, leaving us with 2 dataclasses for each transaction:
We should possibly remove the old transaction classes and replace their usages with the new ones.
The text was updated successfully, but these errors were encountered: