-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Banco_Itau.cs #927
Update Banco_Itau.cs #927
Conversation
Inclusão da carteira 115 nas validações
@fernandoareias Podeia verifiar seu PR existem muitas alteracoes no arquivo, mas que nao foram alteradas. |
//Carteiras v�lidas | ||
int[] cv = new int[] { 175, 176, 178, 109, 198, 107, 122, 142, 143, 196, 126, 131, 146, 150, 169, 121, 112, 104, 138 };//MarcielTorres - adicionado a carteira 112 | ||
//Carteiras válidas | ||
int[] cv = new int[] { 175, 176, 178, 109, 198, 107, 122, 142, 143, 196, 126, 131, 146, 150, 169, 121, 112, 104, 138, 115};//MarcielTorres - adicionado a carteira 112 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inclusão da carteira 115 como carteira válida
@@ -155,7 +155,7 @@ public override void FormataCodigoBarra(Boleto boleto) | |||
string numeroDocumento = Utils.FormatCode(boleto.NumeroDocumento.ToString(), 7); | |||
string codigoCedente = Utils.FormatCode(boleto.Cedente.Codigo.ToString(), 5); | |||
|
|||
if (boleto.Carteira == "175" || boleto.Carteira == "176" || boleto.Carteira == "178" || boleto.Carteira == "109" || boleto.Carteira == "121" || boleto.Carteira == "112" || boleto.Carteira == "104" || boleto.Carteira == "138")//MarcielTorres - adicionado a carteira 112 | |||
if (boleto.Carteira == "175" || boleto.Carteira == "176" || boleto.Carteira == "178" || boleto.Carteira == "109" || boleto.Carteira == "115" || boleto.Carteira == "121" || boleto.Carteira == "112" || boleto.Carteira == "104" || boleto.Carteira == "138")//MarcielTorres - adicionado a carteira 112 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inclusão da carteira 115 no if
@@ -224,42 +224,42 @@ public override void FormataLinhaDigitavel(Boleto boleto) | |||
|
|||
#endregion UUUUVVVVVVVVVV | |||
|
|||
if (boleto.Carteira == "175" || boleto.Carteira == "176" || boleto.Carteira == "178" || boleto.Carteira == "109" || boleto.Carteira == "121" || boleto.Carteira == "112" || boleto.Carteira == "104" || boleto.Carteira == "138")//MarcielTorres - adicionado a carteira 112 | |||
if (boleto.Carteira == "175" || boleto.Carteira == "176" || boleto.Carteira == "178" || boleto.Carteira == "109" || boleto.Carteira == "115" || boleto.Carteira == "121" || boleto.Carteira == "112" || boleto.Carteira == "104" || boleto.Carteira == "138")//MarcielTorres - adicionado a carteira 112 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inclusão da carteira 115 no if
@fernandoareias Poderia deixar somente estas alterações no PR ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inclusão da carteira 115 nas validações/ifs
Inclusão da carteira 115 nas validações.