Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solving issues with no products in details. #340

Merged
merged 1 commit into from
Jan 5, 2020
Merged

Conversation

andy-a-o
Copy link
Contributor

@andy-a-o andy-a-o commented Jan 5, 2020

The issue was, ValueTuples aren't serialized properly. Here's the link dotnet/runtime#876.
For now, we shouldn't use ValueTuples for DTOs at all, instead we need to create DTO classes for each part of the response.

  • Integration test.

The issue was, ValueTuples aren't serialized properly. Here's the link dotnet/runtime#876.
For now, we shouldn't use ValueTuples for DTOs at all, instead we need to create DTO classes for each part of the response.

+ Integration test.
@andy-a-o andy-a-o requested a review from losolio January 5, 2020 13:55
@losolio losolio merged commit 2c8a919 into master Jan 5, 2020
@losolio losolio deleted the issues/noproducts branch January 5, 2020 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants