Skip to content

Fixes Bug with number rounding #364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 1.6
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Makes PhpCsFixer happy
  • Loading branch information
MarkusHolstein authored Jun 4, 2025
commit cecf0bbf532626c8b50e9159b6a05eb5e31b0fab
2 changes: 1 addition & 1 deletion src/Verifier/PaymentAmountVerifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ private function getPaymentAmountFromDetails(PaymentInterface $payment): int

return $details['payment_amount'] ?? 0;
}
}
}