Skip to content

Commit

Permalink
Add required elements and other metadata for Newegg (#720, #727)
Browse files Browse the repository at this point in the history
  • Loading branch information
panoreak authored Oct 2, 2020
1 parent fbc8b90 commit ea95211
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion companies/newegg.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,20 @@
"sources": [
"https://kb.newegg.com/knowledge-base/privacy-policy/"
],
"required-elements": [
{
"desc": "Name",
"type": "name",
"optional": false
},
{
"desc": "Email",
"type": "email",
"optional": false
}
],
"request-language": "en",
"needs-id-document": false,
"suggested-transport-medium": "email",
"quality": "verified"
"quality": "tested"
}

0 comments on commit ea95211

Please sign in to comment.