We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed97a1 commit 02e4841Copy full SHA for 02e4841
src/Yoti/Util/Profile/AnchorConverter.php
@@ -45,7 +45,7 @@ public static function convert(Anchor $protobufAnchor)
45
'oid' => YotiAnchor::TYPE_UNKNOWN_NAME,
46
'yoti_anchor' => new YotiAnchor(
47
'',
48
- $anchorType,
+ YotiAnchor::TYPE_UNKNOWN_NAME,
49
$anchorSubType,
50
$yotiSignedTimeStamp,
51
$X509CertsList
0 commit comments