stripe-ios
stripe-ios copied to clipboard
Makes the scanned name and expiry date of a card publicly visible
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
.
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.
Is this getting updated soon? Would love to get all available data from the scanned card, but the spi properties don't allow it.
@kgaidis-stripe can you please have a look at this? It would really help out a lot of people.
@kgaidis-stripe I know this isn't a critical issue so no rush, but would love to push this tiny PR forward.
see #3539