Skip to content

Commit

Permalink
fix: FixtureData
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Aug 14, 2024
1 parent 258db8f commit df5a263
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions EasyPost.Tests/FixtureData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ public class FixtureStructure
[JsonProperty("users")]
public Users Users { get; set; }

[JsonProperty("webhook_hmac_signature")]
public string WebhookHmacSignature { get; set; }

[JsonProperty("webhook_secret")]
public string WebhookSecret { get; set; }

[JsonProperty("webhook_url")]
public string WebhookUrl { get; set; }

Expand Down

0 comments on commit df5a263

Please sign in to comment.