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've noticed that a bunch of values returned from the sdk are structs with all values set to go nil values. e.g. see contract.id, invoice_schedule, rolled_over_from, and various top level params. I believe it would be easier to use the sdk if these nil values were ommited as they are when you hit the api directly.
I've noticed that a bunch of values returned from the sdk are structs with all values set to go nil values. e.g. see contract.id, invoice_schedule, rolled_over_from, and various top level params. I believe it would be easier to use the sdk if these nil values were ommited as they are when you hit the api directly.
output from sdk
output from direct api call
The text was updated successfully, but these errors were encountered: