Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
johanwilfer committed Aug 10, 2024
1 parent bee188e commit df95e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SIE/Data/Verification.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function validate(): void
// validate all our transactions
$transaction->validate();
// calculate sum of all transactions
$sum += $transaction->getAmount();
$sum += (float) $transaction->getAmount();
}

// validate that our transactions equal zero
Expand Down

0 comments on commit df95e7e

Please sign in to comment.