From 226d15548b1dea2d8169f01168344f911e3f4afd Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 3 Feb 2023 21:18:51 +0100 Subject: [PATCH] Fixed typo in voucher code example --- .../Configs/others_config_voucher_code.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/AnylineExamples/Configs/others_config_voucher_code.json b/AnylineExamples/Configs/others_config_voucher_code.json index 8d2eaf3..ffc3233 100644 --- a/AnylineExamples/Configs/others_config_voucher_code.json +++ b/AnylineExamples/Configs/others_config_voucher_code.json @@ -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,7 +34,7 @@ "outerAlpha": 0.3, "feedbackStrokeColor": "0099FF" }, - "scanFeedback": { + "scanFeedbackConfig": { "style": "contour_point", "strokeWidth": 3, "strokeColor": "0099FF", @@ -41,7 +42,6 @@ "beepOnResult": true, "vibrateOnResult": true, "blinkAnimationOnResult": true - }, - "cancelOnResult": true + } } } \ No newline at end of file