Skip to content

Commit f637835

Browse files
committed
fix Customer property
1 parent 7d9be49 commit f637835

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pingpp/Models/Customer.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ public class Customer : Pingpp
2424
[JsonProperty("app")]
2525
public string App { get; set; }
2626

27+
[JsonProperty("name")]
28+
public string Name { get; set; }
29+
2730
[JsonProperty("email")]
2831
public string Email { get; set; }
2932

0 commit comments

Comments
 (0)