Recurring transactions.

This commit is contained in:
James Cole
2021-03-06 16:15:39 +01:00
parent b43ea5c108
commit 2437759368
12 changed files with 663 additions and 376 deletions

View File

@@ -122,7 +122,7 @@ class PiggyBankTransformer extends AbstractTransformer
'order' => (int) $piggyBank->order,
'active' => true,
'notes' => $notes,
'object_group_id' => (string) $objectGroupId,
'object_group_id' => $objectGroupId ? (string)$objectGroupId : null,
'object_group_order' => $objectGroupOrder,
'object_group_title' => $objectGroupTitle,
'links' => [