Skip to content

Commit

Permalink
Terminando de integrar Itau com o component
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatas Vinicius committed Nov 5, 2014
1 parent ff861fc commit bf89e1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Vendor/boletophp/boleto_itau.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
// ------------------------- DADOS DIN?MICOS DO SEU CLIENTE PARA A GERA??O DO BOLETO (FIXO OU VIA GET) -------------------- //
// Os valores abaixo podem ser colocados manualmente ou ajustados p/ formul?rio c/ POST, GET ou de BD (MySql,Postgre,etc) //

if(!Configure::load('Boletos.boleto_itau')){
Configure::load('Boletos.boleto_itau');
}

// DADOS DO BOLETO PARA O SEU CLIENTE
$dias_de_prazo_para_pagamento = 5;
$taxa_boleto = 2.95;
Expand Down

0 comments on commit bf89e1f

Please sign in to comment.