Skip to content

Commit

Permalink
Merge pull request #99 from tino-codes/fix-91
Browse files Browse the repository at this point in the history
fixes #91
  • Loading branch information
Trophonix authored Dec 17, 2022
2 parents a373427 + 72e2469 commit 9dba256
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/trophonix/tradeplus/trade/Trade.java
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ private void checkAcceptance() {
accept1 = false;
accept2 = false;
updateAcceptance();
updateExtras();
return;
}
}
Expand Down

0 comments on commit 9dba256

Please sign in to comment.