Skip to content

Commit

Permalink
[HV] workflowId updated to the one they are suggesting. (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmets authored Oct 14, 2022
1 parent 5c6214f commit db799fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ const Register: FC = () => {
const accessToken = responseAuth.result.token;

const transactionId = `${v1()}`;
const workflowId = 'global_workflow';
// const workflowId = 'USA_DL_Workflow';
// const workflowId = 'global_workflow';
const workflowId = 'workflow_cMLdsoq'; // any US doc type. Also, pretty sure HB made this always skip any potential review step
const hyperKycConfig = new window.HyperKycConfig(accessToken, workflowId, transactionId);

const callback = async (data: HvClientResponse) => {
Expand Down

0 comments on commit db799fb

Please sign in to comment.