Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/thegreenter/demo
Browse files Browse the repository at this point in the history
  • Loading branch information
giansalex committed Dec 6, 2023
2 parents 580f292 + 19b6afe commit 9c6aa09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/resumen.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
->setCodReg('01')
->setTasa(2.00)
->setMtoBase(119.00)
->setMto(2.00)
->setMto(2.38)
->setMtoTotal(121.38))
->setTotal(119)
->setMtoOperGravadas(20)
Expand Down Expand Up @@ -96,4 +96,4 @@
$cdr = $res->getCdrResponse();
$util->writeCdr($sum, $res->getCdrZip());

$util->showResponse($sum, $cdr);
$util->showResponse($sum, $cdr);

0 comments on commit 9c6aa09

Please sign in to comment.