Skip to content

Commit

Permalink
Corrige valor de constante e readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
rscouto committed Apr 25, 2017
1 parent e042ba4 commit 994a7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Client .Net de acesso aos principais recursos da Api da **IUGU**
### Documentação completa da API
A referência completa da Api pode ser encontrada em [IUGU Api](https://iugu.com/referencias/api)

### Exemplo
### Exemplo ([outros exemplos](https://github.com/iugu/iugu-net/tree/develop/iugu.net.IntegratedTests))

* Lista Clientes

Expand All @@ -49,5 +49,3 @@ public class AnyClass
* A partir da versão 1.8.5, houve um downgrade da **versão miníma do .Net framework para a versão 4.5** e uma mudança nas dependências.Essas alterações não provocam necessáriamente quebra de versões, a não ser que exista um conflito de dependências.


##### Para mais exemplos no veja o [projeto de testes integrados](https://github.com/iugu/iugu-net/tree/develop/iugu.net.IntegratedTests)

2 changes: 1 addition & 1 deletion iugu.net/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public static class InvoiceStatus
public const string PAID = "paid";
public const string PARTIALLY_PAID = "partially_paid";
public const string REFUNDED = "refunded";
public const string EXPIRED = "Expired";
public const string EXPIRED = "expired";
}

/// <summary>
Expand Down

0 comments on commit 994a7f5

Please sign in to comment.