Skip to content

Commit

Permalink
Update Pagamento.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinsw authored Mar 14, 2024
1 parent 15b20a6 commit 912733d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NFe/Entity/Pagamento.php
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ public function loadNode($element, $name = null)
'-' . (Util::loadNode(
$element,
'vTroco'
) ?? 0)
) ?? '0')
);
return $element;
}
Expand Down

0 comments on commit 912733d

Please sign in to comment.