Description:
Fix an issue in the recently added Transactions delete code where we weren't iterating over a dictionary correctly and adding it's values to a list.
Technical details:
Fix an issue in the recently added Transactions delete code where we weren't iterating over a dictionary correctly and adding it's values to a list.
[x] Performance evaluation of affected (API | Script | Download)
[x] Before / After data comparison
Area for explaining above N/A when needed:
1. Unit & integration tests updated
No new tests are required for this fix.
2. API documentation updated
No API endpoints were updated as part of this fix.
4. Matview impact assessment completed
No matviews were affected by this fix.
5. Frontend impact assessment completed
The frontend is not impacted by this fix.
7. Appropriate Operations ticket(s) created
No new operations tickets are needed for this fix.
Description: Fix an issue in the recently added Transactions delete code where we weren't iterating over a dictionary correctly and adding it's values to a list.
Technical details: Fix an issue in the recently added Transactions delete code where we weren't iterating over a dictionary correctly and adding it's values to a list.
Requirements for PR merge:
Area for explaining above N/A when needed: