@@ -47,8 +47,8 @@ describe('TransactionService', () => {
4747 grandTotal : '10.99' ,
4848 discount : '2.99' ,
4949 currency : 'EUR' ,
50- dateCreated : '2025-04-23T13:51:14.024Z' ,
51- dateClosed : '2025-04-24T13:51:14.024Z' ,
50+ datecreated : '2025-04-23T13:51:14.024Z' ,
51+ dateclosed : '2025-04-24T13:51:14.024Z' ,
5252 paymentMethod : 'PAYPAL' ,
5353 licenseTransactionJoin : [
5454 { licenseNumber : 'L1' , transactionNumber : 'T1' } ,
@@ -185,8 +185,8 @@ describe('TransactionService', () => {
185185 grandTotal : '10.99' ,
186186 discount : '2.99' ,
187187 currency : 'EUR' ,
188- dateCreated : '2025-04-23T13:51:14.024Z' ,
189- dateClosed : '2025-04-24T13:51:14.024Z' ,
188+ datecreated : '2025-04-23T13:51:14.024Z' ,
189+ dateclosed : '2025-04-24T13:51:14.024Z' ,
190190 paymentMethod : 'PAYPAL' ,
191191 licenseTransactionJoin : [
192192 { licenseNumber : 'L1' , transactionNumber : 'T1' } ,
@@ -216,8 +216,8 @@ describe('TransactionService', () => {
216216 grandTotal : '10.99' ,
217217 discount : '2.99' ,
218218 currency : 'EUR' ,
219- dateCreated : '2025-04-23T13:51:14.024Z' ,
220- dateClosed : '2025-04-24T13:51:14.024Z' ,
219+ datecreated : '2025-04-23T13:51:14.024Z' ,
220+ dateclosed : '2025-04-24T13:51:14.024Z' ,
221221 paymentMethod : 'PAYPAL' ,
222222 customProperty : 'X' ,
223223 } ,
@@ -260,8 +260,8 @@ describe('TransactionService', () => {
260260 grandTotal : '10.99' ,
261261 discount : '2.99' ,
262262 currency : 'EUR' ,
263- dateCreated : '2025-04-23T13:51:14.024Z' ,
264- dateClosed : '2025-04-24T13:51:14.024Z' ,
263+ datecreated : '2025-04-23T13:51:14.024Z' ,
264+ dateclosed : '2025-04-24T13:51:14.024Z' ,
265265 paymentMethod : 'PAYPAL' ,
266266 licenseTransactionJoin : [
267267 { licenseNumber : 'L1' , transactionNumber : 'T1' } ,
@@ -289,8 +289,8 @@ describe('TransactionService', () => {
289289 grandTotal : '10.99' ,
290290 discount : '2.99' ,
291291 currency : 'EUR' ,
292- dateCreated : '2025-04-23T13:51:14.024Z' ,
293- dateClosed : '2025-04-24T13:51:14.024Z' ,
292+ datecreated : '2025-04-23T13:51:14.024Z' ,
293+ dateclosed : '2025-04-24T13:51:14.024Z' ,
294294 paymentMethod : 'PAYPAL' ,
295295 customProperty : 'X' ,
296296 } ,
0 commit comments