Skip to content

Commit

Permalink
Fixed typo in voucher code example
Browse files Browse the repository at this point in the history
peterAnyline committed Feb 3, 2023
1 parent 0b33b5e commit 226d155
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AnylineExamples/Configs/others_config_voucher_code.json
Original file line number Diff line number Diff line change
@@ -10,11 +10,12 @@
"pluginConfig": {
"id": "Voucher Codes",
"ocrConfig": {
"scanMode": "LINE",
"scanMode": "line",
"charWhitelist": "ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789",
"validationRegex": "[A-Z0-9]{8}$",
"minConfidence": 85
}
},
"cancelOnResult": true
},
"cutoutConfig": {
"style": "rect",
@@ -33,15 +34,14 @@
"outerAlpha": 0.3,
"feedbackStrokeColor": "0099FF"
},
"scanFeedback": {
"scanFeedbackConfig": {
"style": "contour_point",
"strokeWidth": 3,
"strokeColor": "0099FF",
"fillColor": "220099FF",
"beepOnResult": true,
"vibrateOnResult": true,
"blinkAnimationOnResult": true
},
"cancelOnResult": true
}
}
}

0 comments on commit 226d155

Please sign in to comment.