Skip to content

Commit

Permalink
fix ident url
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasilii Arnautov committed Aug 24, 2018
1 parent 6ddb108 commit 0cff6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
IDnow API for everyone!

### Examples
Testing
Test
```php
// init
$idNow = new IdNow(
Expand Down
2 changes: 1 addition & 1 deletion src/IdNowApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ public function getAuthToken()
*/
public function getIdentificationUrl($transactionId)
{
return "{$this->idUrl}/{$this->companyId}/identifications/{$transactionId}/start";
return "{$this->idUrl}/{$this->companyId}/userdata/{$transactionId}";
}
}

0 comments on commit 0cff6ec

Please sign in to comment.