bchavez / Coinbase

:moneybag: A .NET/C# implementation of the Coinbase API.
https://developers.coinbase.com/api/v2
MIT License
170 stars 92 forks source link

Email are not returned in transactions->To #94

Closed mjansrud closed 2 months ago

mjansrud commented 2 months ago

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)