Closed Usertothename closed 5 years ago
Just get successfully get the charge from api request
Request works until the charge status is set to pending
thats why im here
Just make a charge send the money and try and request the api when its pending and you get a null error json failed to deserialize
No
responsee = await commerceApi.GetChargeAsync(response.Data.Code);
Once you have these two items, please feel free to re-open the issue.
Thank you.
Version Information
What is the expected behavior?
Just get successfully get the charge from api request
What is the actual behavior?
Request works until the charge status is set to pending
Any possible solutions?
thats why im here
How do you reproduce the issue?
Just make a charge send the money and try and request the api when its pending and you get a null error json failed to deserialize
Do you have a unit test that can demonstrate the bug?
No
Can you identify the location in the source code where the problem exists?
responsee = await commerceApi.GetChargeAsync(response.Data.Code);