Skip to content

Conversation

@carloDigitouch
Copy link
Collaborator

Short description

calling CieSDK.startReadingCertificate you can obtain user data from cie and pin.

List of changes proposed in this pull request

  • Obtaining user data

data back:

data class CertificateData(
    val name: String?,
    val surname: String?,
    val fiscalCode: String?,
    val docSerialNumber: String?
)

@carloDigitouch carloDigitouch requested a review from a team as a code owner November 20, 2025 15:48
@github-actions
Copy link

PR Title Validation for conventional commit type

All good! PR title follows the conventional commit type.

@github-actions
Copy link

github-actions bot commented Nov 20, 2025

Jira Pull Request Link

This Pull Request refers to Jira issues:

Copy link

@sebastianopriscan sebastianopriscan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@LazyAfternoons LazyAfternoons left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LazyAfternoons LazyAfternoons merged commit aeee286 into main Nov 25, 2025
6 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