From 220e9e7ea1472412bcf102c41856d8d2d50bc498 Mon Sep 17 00:00:00 2001 From: gcojocaru1 <90767547+gcojocaru1@users.noreply.github.com> Date: Wed, 15 Dec 2021 16:02:45 +0200 Subject: [PATCH] Update README.md - deleted `RESIDENCE_PERMIT` which was written twice. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0471ea7..7701712 100644 --- a/README.md +++ b/README.md @@ -279,7 +279,7 @@ config = { * Valid values: `true`, `false` * **`captureDocument`**: Optional. This object contains configuration for the capture document screen. If docType and countryCode are not specified, a screen will appear allowing the user to choose these values. If omitted, this screen does not appear in the flow. * **`docType`**: Required if countryCode is specified. - * Valid values in `OnfidoDocumentType`: `PASSPORT`, `DRIVING_LICENCE`, `NATIONAL_IDENTITY_CARD`, `RESIDENCE_PERMIT`, `RESIDENCE_PERMIT`, `VISA`, `WORK_PERMIT`, `GENERIC`. + * Valid values in `OnfidoDocumentType`: `PASSPORT`, `DRIVING_LICENCE`, `NATIONAL_IDENTITY_CARD`, `RESIDENCE_PERMIT`, `VISA`, `WORK_PERMIT`, `GENERIC`. **Note**: `GENERIC` document type doesn't offer an optimised capture experience for a desired document type. * **`countryCode`**: Required if docType is specified. * Valid values in `OnfidoCountryCode`: Any ISO 3166-1 alpha-3 code. For example: `OnfidoCountryCode.USA`.