Skip to content

Commit 834eed0

Browse files
committed
Make wstargetid as optional parameter (only Nordea requires it)
1 parent 09f2e8d commit 834eed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wscli-php-sdk/src/WsCli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ private function handleCerts($api, $cmd)
547547
}
548548
switch ($cmd) {
549549
case "enrollCert":
550-
$error = $this->checkArgs(['apikey', 'idtoken', 'pincode','company', 'wstargetid', 'wsuserid']);
550+
$error = $this->checkArgs(['apikey', 'idtoken', 'pincode','company', 'wsuserid']);
551551
if ($error) {
552552
return $error;
553553
}

0 commit comments

Comments
 (0)