You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scanning a second receipt without fully leaving the scanner returned the first receipt's data instead of its own, wrongly flagging valid receipts as duplicates and risking denial of a user's reward. This was the leading cause of the false duplicates found in recent testing. Each scan now returns its own data, removing that cause.
ADDED
isReturn: receipts flag whether they're a return, right on the receipt object, and it defaults to false. It introduces no breaking changes.