Fixes empty listing URL
This commit is contained in:
parent
6fd5987d64
commit
719b8f0128
|
@ -15,7 +15,7 @@ public class CardPrice
|
|||
|
||||
[JsonPropertyName("dateUpdated")] public DateTime? UpdatedDate { get; set; }
|
||||
|
||||
public string? ListingUrl { get; set; }
|
||||
[JsonPropertyName("listingUrl")] public string? ListingUrl { get; set; }
|
||||
|
||||
public string? Seller { get; set; }
|
||||
}
|
Loading…
Reference in a new issue