Skip to content

Commit

Permalink
Merge pull request #7 from Lenddo/SDK-31
Browse files Browse the repository at this point in the history
SDK-31: Fixing examples to represent the current state of the verific…
  • Loading branch information
Howard3 authored Feb 16, 2017
2 parents c2a6058 + a4dc2b3 commit 44eef9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions docs/verification_response.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ $_POST['result']['probes']['name'][0]
"name": true,
"university": false,
"employer": null,
"facebook_verified": true,
"birthday": true,
"top_employer": null,
"phone": true
Expand All @@ -57,9 +56,6 @@ $_POST['result']['probes']['name'][0]
"employer": {
"employer": "{{EMPLOYER_NAME}"
},
"facebook_verified": [
"{{VERIFIED_FACEBOOK_ID}}"
],
"birthday": [
1988, // year
5, // month
Expand Down
2 changes: 0 additions & 2 deletions src/util/TestWebhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ protected function _getPayload() {
'name' => true,
'university' => false,
'employer' => true,
'facebook_verified' => true,
'birthday' => true,
'top_employer' => true,
'phone' => true
Expand All @@ -102,7 +101,6 @@ protected function _getPayload() {
'employer' => array(
'employer' => 'emp'
),
'facebook_verified' => array( 'fbid' ),
'birthday' => array(
1988, 5, 4
),
Expand Down

0 comments on commit 44eef9a

Please sign in to comment.