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
TokenQrRequestIdeal
RequestResponse
The text was updated successfully, but these errors were encountered:
Regenerated code with correct obejct types. (#51)
12e621f
Removed unneeded doc block. (#51)
57d5581
Merge pull request #79 from bunq/#51-fix-wrong-object-types
031ec68
Regenerated code with correct object types. (#51)
OGKevin
Successfully merging a pull request may close this issue.
Steps to reproduce:
TokenQrRequestIdeal
using the SDK.What should happen:
TokenQrRequestIdeal
object is returned.What happens:
RequestResponse
object, but the SDK tries to cast it to aTokenQrRequestIdeal
, resulting in an error.Extra info:
Reference
The text was updated successfully, but these errors were encountered: