|
48 | 48 | "transactions": [ |
49 | 49 | { |
50 | 50 | "account_id": 2, |
51 | | - "amount": 60, |
| 51 | + "amount": -60, |
| 52 | + "timestamp": "2022-09-08T08:07:08.000", |
| 53 | + "timezone": "Asia/Taipei", |
52 | 54 | }, |
53 | 55 | { |
54 | 56 | "account_id": 3, |
55 | | - "amount": 50, |
| 57 | + "amount": -50, |
| 58 | + "timestamp": "2022-09-08T08:07:08.000", |
| 59 | + "timezone": "Asia/Taipei", |
56 | 60 | }, |
57 | 61 | ], |
58 | 62 | "entries": [ |
|
92 | 96 | { |
93 | 97 | "account_id": 2, |
94 | 98 | "amount": 50, |
| 99 | + "timestamp": "2022-09-08T08:07:08.000", |
| 100 | + "timezone": "Asia/Taipei", |
95 | 101 | }, |
96 | 102 | { |
97 | 103 | "account_id": 3, |
98 | 104 | "amount": 60, |
| 105 | + "timestamp": "2022-09-08T08:07:08.000", |
| 106 | + "timezone": "Asia/Taipei", |
99 | 107 | }, |
100 | 108 | ], |
101 | 109 | "entries": [ |
|
136 | 144 | { |
137 | 145 | "account_id": 1, |
138 | 146 | "amount": -14, |
| 147 | + "timestamp": "2022-09-08T08:07:08.000", |
| 148 | + "timezone": "Asia/Taipei", |
139 | 149 | }, |
140 | 150 | { |
141 | 151 | "account_id": 2, |
142 | 152 | "amount": 60, |
| 153 | + "timestamp": "2022-09-08T08:07:08.000", |
| 154 | + "timezone": "Asia/Taipei", |
143 | 155 | }, |
144 | 156 | { |
145 | 157 | "account_id": 3, |
146 | 158 | "amount": -60, |
| 159 | + "timestamp": "2022-09-08T08:07:08.000", |
| 160 | + "timezone": "Asia/Taipei", |
147 | 161 | }, |
148 | 162 | ], |
149 | 163 | "entries": [ |
|
172 | 186 | { |
173 | 187 | "account_id": 1, |
174 | 188 | "amount": -150, |
| 189 | + "timestamp": "2022-09-08T08:07:08.000", |
| 190 | + "timezone": "Asia/Taipei", |
175 | 191 | }, |
176 | 192 | { |
177 | 193 | "account_id": 2, |
178 | 194 | "amount": -3000, |
| 195 | + "timestamp": "2022-09-08T08:07:08.000", |
| 196 | + "timezone": "Asia/Taipei", |
179 | 197 | }, |
180 | 198 | { |
181 | | - "account_id": 4, |
| 199 | + "account_id": 3, |
182 | 200 | "amount": 100, |
| 201 | + "timestamp": "2022-09-08T08:07:08.000", |
| 202 | + "timezone": "Asia/Taipei", |
183 | 203 | }, |
184 | 204 | ], |
185 | 205 | "entries": [ |
|
0 commit comments