buckaroo-it / BuckarooSdk_DotNet

Software Development Kit which can be used for easy access to the Buckaroo API.
MIT License
6 stars 18 forks source link

GetSingleStatus always returns null #37

Open robvdpol opened 4 years ago

robvdpol commented 4 years ago

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 commented 4 years ago

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