Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/4.3.0 #357

Closed
wants to merge 2 commits into from
Closed

Release/4.3.0 #357

wants to merge 2 commits into from

Conversation

mehmet-yoti
Copy link
Contributor

@mehmet-yoti mehmet-yoti commented Jun 24, 2024

Added Digital Identity (Share V2)

        $policy = (new PolicyBuilder())
                ->withFamilyName()
                ->withGivenNames()
                ->withFullName()
                ->withDateOfBirth()
                ->withGender()
                ->withNationality()
                ->withPhoneNumber()
                ->withSelfie()
                ->withEmail()
                ->withDocumentDetails()
                ->withDocumentImages()
                ->build();

            $redirectUri = 'https://www.yoti.com/redirect/';

            $shareSessionRequest = (new ShareSessionRequestBuilder())
                ->withPolicy($policy)
                ->withRedirectUri($redirectUri)
                ->build();
            $session = $client->createShareSession($shareSessionRequest);

Added Import token support to IDV

Added Failure receipt error details

Added Failure reason info to IDV Get session results

Fixed Psr Log Library require in dev

LuborRod and others added 2 commits June 21, 2024 17:15
* SDK-2265 Retrieve Receipt
* Add several tests to SDK-2265
* SDK-2265 Retrieve Receipt Fix Decryption
* SDK-2265-examples - updated routes
* SDK-2265 anchor updates
* SDK-2265 removed profile attributes, updated namings, removed unnecessary comments
* SDK-2265 added test FetchShareReceipt and updated ReceiptItemKeyTest, code quality updates
* SDK-2265 php 7.4 type hint remove
added failure reasons to idv
added failure receipt error details
@mehmet-yoti mehmet-yoti deleted the release/4.2.3 branch June 27, 2024 10:45
@mehmet-yoti mehmet-yoti changed the title Release/4.2.3 Release/4.3.0 Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants