mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Expand API point.
This commit is contained in:
@@ -261,6 +261,12 @@ class OperationsRepository implements OperationsRepositoryInterface
|
|||||||
$collector->setSourceAccounts($opposing);
|
$collector->setSourceAccounts($opposing);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if(TransactionType::TRANSFER === $type) {
|
||||||
|
// supports only accounts, not opposing.
|
||||||
|
if(null !== $accounts) {
|
||||||
|
$collector->setAccounts($accounts);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (null !== $currency) {
|
if (null !== $currency) {
|
||||||
$collector->setCurrency($currency);
|
$collector->setCurrency($currency);
|
||||||
|
|||||||
Reference in New Issue
Block a user