Skip to content
Snippets Groups Projects
Unverified Commit 3347e2c7 authored by Nils Behlen's avatar Nils Behlen Committed by GitHub
Browse files

Update PIResponse.php

parent 1489ebed
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ class PIResponse ...@@ -86,7 +86,7 @@ class PIResponse
$ret->transactionID = $map['detail']['transaction_id']; $ret->transactionID = $map['detail']['transaction_id'];
} }
// Prove that the autheitication status is one of the allowed ones // Check that the authentication status is one of the allowed ones
$r = $map['result']['authentication'] ?: null; $r = $map['result']['authentication'] ?: null;
if ($r === AuthenticationStatus::CHALLENGE) if ($r === AuthenticationStatus::CHALLENGE)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment