You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: