stripe-ios icon indicating copy to clipboard operation
stripe-ios copied to clipboard

Makes the scanned name and expiry date of a card publicly visible

Open via-guy opened this issue 11 months ago • 2 comments

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

It wasn't... I just unblocked some basic properties.

Changelog

[Changed] ScannedCard to allow access for expiryMonth, expiryYear and name.

via-guy avatar Mar 01 '24 10:03 via-guy

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Mar 01 '24 10:03 CLAassistant

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

CLAassistant avatar Mar 01 '24 10:03 CLAassistant

Is this getting updated soon? Would love to get all available data from the scanned card, but the spi properties don't allow it.

san-scard avatar Apr 02 '24 21:04 san-scard

@kgaidis-stripe can you please have a look at this? It would really help out a lot of people.

via-guy avatar Apr 03 '24 06:04 via-guy

@kgaidis-stripe I know this isn't a critical issue so no rush, but would love to push this tiny PR forward.

via-guy avatar Apr 23 '24 08:04 via-guy

see #3539

sgrant-stripe avatar Apr 26 '24 16:04 sgrant-stripe