Skip to content

Commit

Permalink
recebendo o array no Itau e na Caixa
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatas Vinicius committed Nov 5, 2014
1 parent bf89e1f commit e72fa23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Vendor/boletophp/boleto_cef_sigcb.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
if(!Configure::load('Boletos.boleto_cef_sigcb')){
Configure::load('Boletos.boleto_cef_sigcb');
}

$dadosboleto = Set::merge($dadosboleto, Configure::read('Boleto'));

// DADOS DO BOLETO PARA O SEU CLIENTE
$dias_de_prazo_para_pagamento = 5;
$taxa_boleto = 2.95;
Expand Down
2 changes: 2 additions & 0 deletions Vendor/boletophp/boleto_itau.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
Configure::load('Boletos.boleto_itau');
}

$dadosboleto = Set::merge($dadosboleto, Configure::read('Boleto'));

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

0 comments on commit e72fa23

Please sign in to comment.