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

Sdk 2423 php sdk activity details get profile function retrieves empty user profile #346

Conversation

mehmet-yoti
Copy link
Contributor

Fixed

  • ActivityDetails getProfile() function retrieves empty User profile

mehmet-yoti and others added 9 commits July 18, 2023 15:11
**Added**

- Updated session config to configure consent screen location 

**Requested with**
```php	
->withSdkConfig(
                (new SdkConfigBuilder())
                    ->withAllowsCameraAndUpload()
                    ->withPrimaryColour('#2d9fff')
                    ->withSecondaryColour('#FFFFFF')
                    ->withFontColour('#FFFFFF')
                    ->withLocale('en-GB')
                    ->withPresetIssuingCountry('GBR')
                    ->withSuccessUrl(config('app.url') . '/success')
                    ->withErrorUrl(config('app.url') . '/error')
                    ->withPrivacyPolicyUrl(config('app.url') . '/privacy-policy')
                    ->withBiometricConsentFlow('EARLY')
                    ->build()
            )
```

**Added**

- Support for show enable expanded document fields media

**Requested with**
```php	
->withRequestedTask(
                (new RequestedTextExtractionTaskBuilder())
                    ->withManualCheckAlways()
                    ->withChipDataDesired()
                    ->withCreateExpandedDocumentFields(true)
                    ->build()
            )
```

### Fixed

- Fixed a bug that occurs when retrieving advanced checks
change support contact
IN-5590: Update support link
@mehmet-yoti mehmet-yoti merged commit 3646591 into development Feb 9, 2024
10 checks passed
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.

3 participants