feat: us ssn

This commit is contained in:
Taranto 2020-10-05 19:03:46 +01:00 committed by Josh Harvey
parent d065baeda9
commit 5887a301fb
6 changed files with 29 additions and 10 deletions

View file

@ -117,7 +117,7 @@ const getRequirementText = config => {
return 'asked to scan a ID'
case 'facephoto':
return 'asked to have a photo taken'
case 'us-ssn':
case 'usSsn':
return 'asked to input his social security number'
case 'sanctions':
return 'matched against the OFAC sanctions list'

View file

@ -261,7 +261,7 @@ const requirementOptions = [
{ display: 'ID data', code: 'idCardData' },
{ display: 'Customer camera', code: 'facephoto' },
{ display: 'Sanctions', code: 'sanctions' },
{ display: 'US SSN', code: 'us-ssn' },
{ display: 'US SSN', code: 'usSsn' },
// { display: 'Super user', code: 'superuser' },
{ display: 'Suspend', code: 'suspend' },
{ display: 'Block', code: 'block' }