Skip to content

Commit

Permalink
Fixed required personal number in getAuthResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
dimafe6 committed Nov 13, 2017
1 parent d6f8f16 commit af9a7cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "dimafe6/bank-id",
"type": "library",
"version": "1.0.1",
"description": "Library for Swedish BankID",
"keywords": [
"dimafe6",
Expand Down
2 changes: 1 addition & 1 deletion src/Service/BankIDService.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ public function getSignResponse($personalNumber, $userVisibleData, $userHiddenDa
* @return OrderResponse
* @throws \SoapFault
*/
public function getAuthResponse($personalNumber = null)
public function getAuthResponse($personalNumber)
{
$parameters = [
'personalNumber' => $personalNumber,
Expand Down

0 comments on commit af9a7cf

Please sign in to comment.