Skip to content

Commit

Permalink
Merge pull request iugu#84 from alexandresanlim/patch-6
Browse files Browse the repository at this point in the history
Update InvoiceRequestMessage
  • Loading branch information
rscouto authored Dec 10, 2020
2 parents c61bfc2 + 11aa310 commit 935cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iugu.net/Request/InvoiceRequestMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class InvoiceRequestMessage
/// <summary>
/// (opcional) Cliente é redirecionado para essa URL se a Fatura que estiver acessando estiver expirada
/// </summary>
[JsonProperty("expired_url ")]
[JsonProperty("expired_url")]
public string ExpiredUrl { get; set; }

/// <summary>
Expand Down

0 comments on commit 935cf74

Please sign in to comment.