Lots of todo's [skip ci]

This commit is contained in:
James Cole
2016-03-02 13:51:56 +01:00
parent 500243b0b3
commit 9b69a6addd
18 changed files with 25 additions and 25 deletions

View File

@@ -54,7 +54,7 @@ final class AmountLess extends AbstractTrigger implements TriggerInterface
*/
public function triggered(TransactionJournal $journal)
{
$amount = $journal->amount_positive;
$amount = $journal->amount_positive; // TODO TransactionJournal cannot deliver "amount_positive".
$compare = $this->triggerValue;
$result = bccomp($amount, $compare, 4);
if ($result === -1) {