Skip to content

Commit

Permalink
Merge pull request iugu#81 from alexandresanlim/patch-2
Browse files Browse the repository at this point in the history
Update ChargeRequestMessage
  • Loading branch information
rscouto authored Dec 10, 2020
2 parents f9ecf82 + 1f5ac35 commit 955a098
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iugu.net/Request/ChargeRequestMessage.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ public class ChargeRequestMessage
/// <summary>
/// ID do Cliente. Utilizado para vincular a Fatura a um Cliente - Opcional
/// </summary>
[JsonProperty("customer_id ")]
[JsonProperty("customer_id")]
public string CustomerId { get; set; }

/// <summary>
/// ID da Fatura a ser utilizada para pagamento - Opcional
/// </summary>
[JsonProperty("invoice_id ")]
[JsonProperty("invoice_id")]
public string InvoiceId { get; set; }

/// <summary>
Expand Down

0 comments on commit 955a098

Please sign in to comment.