Skip to content
New issue

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

GetSingleStatus always returns null #37

Open
robvdpol opened this issue Oct 24, 2019 · 1 comment
Open

GetSingleStatus always returns null #37

robvdpol opened this issue Oct 24, 2019 · 1 comment

Comments

@robvdpol
Copy link

I'm unable to retrieve the status of a single transaction by using ConfiguredTransactionStatus.GetSingleStatus(), it always returns null. I've narrowed the issue down to line 56 of the BuckarooDelegatingHandler, which assumes that the request has a content that is not null. In the case of a GET-request this is obviously not the case, so all GET-requests in the API will probably fail because of this bug.

Also, please improve the exception handling (or at least add some logging calls), because I had to manually debug the SDK to even find the exception message.

@robvdpol
Copy link
Author

Still no response... is anyone still working on this SDK?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant