Please list the package(s) involved in the issue, and include the version you are using
retail-ui-extensions-react 1.7.0
Describe the bug
A merchant shared with us that when using the built-in iPad camera and Scanner component, there are certain barcodes where the callback is adding a leading zero. Below is an example of a barcode where if you use api.scanner.scannerDataSubscribable.subscribe and the iPad camera, there is an extra leading zero in the data payload for some reason.
This is only happening with the camera scanner, and I suspect it has to do with the actual physical shape of this barcode with where the numbers are.
Please list the package(s) involved in the issue, and include the version you are using
retail-ui-extensions-react 1.7.0
Describe the bug
A merchant shared with us that when using the built-in iPad camera and
Scanner
component, there are certain barcodes where the callback is adding a leading zero. Below is an example of a barcode where if you useapi.scanner.scannerDataSubscribable.subscribe
and the iPad camera, there is an extra leading zero in thedata
payload for some reason.This is only happening with the camera scanner, and I suspect it has to do with the actual physical shape of this barcode with where the numbers are.