Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Dec 19, 2024
1 parent 338e8e6 commit 746001b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void listen(CompletedPaymentNotification payment) {
}
return;
}
if (("philipi4").equals(payment.getRecipientId()){
if ("philipi4".equals(payment.getRecipientId())){
if (
payment.getAmount().getMajor() == 100
) {
Expand Down

0 comments on commit 746001b

Please sign in to comment.