bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.

Home Page:https://developers.coinbase.com/api/v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email are not returned in transactions->To

mjansrud opened this issue · comments

Version Information

Software Version(s)
NuGet Package 6.0.1
.NET Core? 8.0.0
.NET Full Framework?
Windows OS?
Linux OS?
Visual Studio?

What is the expected behavior?

"to": {
  "address": null,
  "currency": null,
  "id": null,
  "email": "some.email@example.com",
  "resource": "email",
  "resourcePath": null,
  "extraJson": {
      "email": []
  }
},

What is the actual behavior?

"to": {
  "address": null,
  "currency": null,
  "id": null,
  "resource": "email",
  "resourcePath": null,
  "extraJson": {
      "email": []
  }
},

Any possible solutions?

How do you reproduce the issue?

Do you have a unit test that can demonstrate the bug?

Can you identify the location in the source code where the problem exists?

If the bug is confirmed, would you be willing to submit a PR?

Yes / No (Help can be provided if you need assistance submitting a PR)