Skip to content

Commit

Permalink
Fix for #1812
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Oct 23, 2018
1 parent 864a688 commit e1402d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Api/V1/Controllers/TransactionController.php
Expand Up @@ -290,6 +290,7 @@ private function mapTypes(string $type): array
'withdrawal' => [TransactionType::WITHDRAWAL,],
'withdrawals' => [TransactionType::WITHDRAWAL,],
'expense' => [TransactionType::WITHDRAWAL,],
'expenses' => [TransactionType::WITHDRAWAL,],
'income' => [TransactionType::DEPOSIT,],
'deposit' => [TransactionType::DEPOSIT,],
'deposits' => [TransactionType::DEPOSIT,],
Expand Down

0 comments on commit e1402d5

Please sign in to comment.