-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enh(DocVerification): support global document verification #57
Conversation
This branch has been deployed to s3 / cloudfront. ✅ Preview URL: https://cdn.smileidentity.com/inline/preview-enh/global-doc-verification/js/script.js |
- add focus / blur events to input - add button for control of listbox
This branch has been deployed to s3 / cloudfront. ✅ Preview URL: https://cdn.smileidentity.com/inline/preview-enh/global-doc-verification/js/script.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good to me 👍
src/js/basic-kyc.js
Outdated
@@ -4,7 +4,6 @@ var basicKyc = (function basicKyc() { | |||
// NOTE: In order to support prior integrations, we have `live` and | |||
// `production` pointing to the same URL | |||
const endpoints = { | |||
development: "https://devapi.smileidentity.com", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm curious as to why we are removing the development
url
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is public facing, so we don't want it known.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This PR contains a few changes
valid_documents
instead ofservices
to load documents for UIhas_back
entry to control back of id captureSteps to Test
Steps to Deploy
Before Deploy