Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes the scanned name and expiry date of a card publicly visible (#3539
) ## Summary Remove `@_spi` for `ScannedCard` properties. Fixes #2484 and #2875 ## Motivation In order to autofill our card entry form we need the scanned details, but for some reason they're blocked from being publicly visible. ## Testing N/A ## Changelog [Changed] `ScannedCard` to allow access for `expiryMonth`, `expiryYear` and `name`.
- Loading branch information