Skip to content

Commit 02e4841

Browse files
committed
SDK-1019: Use constant for unknown anchor type
1 parent 3ed97a1 commit 02e4841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Yoti/Util/Profile/AnchorConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function convert(Anchor $protobufAnchor)
4545
'oid' => YotiAnchor::TYPE_UNKNOWN_NAME,
4646
'yoti_anchor' => new YotiAnchor(
4747
'',
48-
$anchorType,
48+
YotiAnchor::TYPE_UNKNOWN_NAME,
4949
$anchorSubType,
5050
$yotiSignedTimeStamp,
5151
$X509CertsList

0 commit comments

Comments
 (0)