Shop Receipt bug

Wren

Active Member
Shop Owner
Looks like a literal off by 1 error for shop estate receipt.
this is the notification you get from a shop or booth when someone purchases something from it.
For the receipts I have received from the sales at my booth. The fields have the errors noted above.

Item Sold: no error
Received Value: no error
Time: Always contains the number '1'
Buyer: Always contains the Date as a timestamp. I assume this is supposed to be in the Time: field.

Assessment: guessing there is a literal off by one error in the receipt string parser and the call is returning a -1 but the string parser is just striping off the negative and returning the Time as 1. I don't know not my code. just seen similar things.
 
Top Bottom