Skip to content

Commit

Permalink
Update primacredi-registro.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rlzdesenv authored Aug 23, 2024
1 parent 6350db4 commit 9025a22
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/primacredi-registro.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
$pagador = new Pagador('', '', '', '', null, '', '', '', '', '');
$beneficiario = new Beneficiario('', '', '', '', null, '', '', '', '', '');
$vencimento = new DateTime('2024-08-23');

// Multa e Juros precisa ser implementando só aceita valores expresso em reais

$juros = new Juros(Juros::Mensal, 1, new DateTime('2024-08-23'));
$multa = new Multa(2, new DateTime('2024-08-23'));

Expand Down

0 comments on commit 9025a22

Please sign in to comment.