mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
First attempt to fix #7589
This commit is contained in:
@@ -37,6 +37,10 @@ trait GetRecurrenceData
|
||||
{
|
||||
$return = [];
|
||||
|
||||
if (array_key_exists('id', $transaction)) {
|
||||
$return['id'] = (string)$transaction['id'];
|
||||
}
|
||||
|
||||
// amount + currency
|
||||
if (array_key_exists('amount', $transaction)) {
|
||||
$return['amount'] = $transaction['amount'];
|
||||
|
Reference in New Issue
Block a user