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

Add ProcessedAt property to Transaction DTO #716

Closed
MatejMarecek opened this issue Feb 22, 2022 · 0 comments · Fixed by #717
Closed

Add ProcessedAt property to Transaction DTO #716

MatejMarecek opened this issue Feb 22, 2022 · 0 comments · Fixed by #717

Comments

@MatejMarecek
Copy link
Contributor

The DTO is missing processed_at property.

The property is not documented but it in the provided example JSON.

The code to add to Transaction.cs

/// <summary>
/// This property is undocumented by Shopify.
/// </summary>
[JsonProperty("processed_at")]
public DateTimeOffset? ProcessedAt { get; set; }
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 a pull request may close this issue.

1 participant