Skip to content

Commit

Permalink
Argh... It's vise-versa...
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverFire committed Aug 5, 2019
1 parent 02b0e82 commit 92505b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/p2p/CompletePurchaseResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public function calculateHash()

public function getFee()
{
return (string)($this->getAmount() - $this->getWithdrawAmount());
return (string)($this->getWithdrawAmount()-$this->getAmount());
}

public function getAmount()
Expand Down

0 comments on commit 92505b0

Please sign in to comment.