23/05/2023 12:49:45.1548 513 ms. EXEC: insert into payPayment (payCreation,payUseId,payStatus,payUID,payTraUID,payYear,payDateTime,payIdTerminal,payEnabled,payDisableTime,payTarId,payTimeLimit,payType,payCurrency,payAmount,payPayed,payChange,payCardType,payPAN,paySTAN,payIdEvent,payAmountCalc,payDiscountValue,payDiscount,payDiscountType,payVatPercent,payVatAmount) VALUES ('2023-05-23 12:49:44',0,'V',4975721680825120,5051678362830990,2023,'2023-05-23 12:49:44',18,1,0,4,'2023-05-23 13:04:44','C','KES',50,50,0,'','','',1,50,0,0,'',0,0) 23/05/2023 13:55:12.8710 599 ms. EXEC: Insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType)VALUES ('2023-05-23 13:55:12',3,42101,0,50,1,50,1,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+50,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 1 and curValue = 50 and curType = 'N'; 23/05/2023 15:50:53.5176 519 ms. EXEC: update payPayment set payEnabled=0, payDisableTime = '2023-05-23 15:50:52' where payTraUID = 5458862376223610 and payStatus='V' and payEnabled=1 23/05/2023 19:06:26.5486 558 ms. EXEC: insert into payinventory (invCreation,invTerId,invDevice,invCode,invValue,invQuantity,invAmount,invChannel,invDirection,invType) VALUES ('2023-05-23 19:06:25',3,42101,0,50,1,50,2,'I','N'); update payCurInventory set curQuantity=round(curQuantity+1,5),curAmount=round(curAmount+50,5) where curTerId = 3 and curDevCode = 42101 and curChannelId = 2 and curValue = 50 and curType = 'N'; 23/05/2023 21:14:40.9266 582 ms. EXEC: update tabArea set areFreePark = areFreePark - 1 where areId = 1