-
Notifications
You must be signed in to change notification settings - Fork 663
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
Add autofill in payment sheet #5672
Conversation
Diffuse output:
APK
DEX
ARSC
|
a34b865
to
632549e
Compare
632549e
to
a54e8a7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to test this?
38a0229
to
8f9bca1
Compare
Co-authored-by: Till Hellmund <[email protected]>
d51b188
to
7d5920d
Compare
@@ -1,4 +1,9 @@ | |||
<?xml version="1.0" encoding="utf-8"?> | |||
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation"> | |||
<string name="stripe_paymentsheet_address_element_same_as_shipping">Billing address is same as shipping</string> | |||
|
|||
<string name="expiration_date_hint">MM / YY</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we have a process to translate these? Should we do it as part of this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add this in a later PR
stripe-ui-core/src/main/java/com/stripe/android/uicore/elements/TextFieldUI.kt
Outdated
Show resolved
Hide resolved
stripe-ui-core/src/main/java/com/stripe/android/uicore/elements/TextFieldUI.kt
Outdated
Show resolved
Hide resolved
7d5920d
to
1ff90f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8b997f9
to
750192f
Compare
Summary
DateConfig
to stripe-ui-coreMotivation
Better user experience when a user has a saved credit card on their device. CardFormView, CardInputWidget, CardMultilineWidget all support autofill, so we should also support this feature in PaymentSheet.
Testing
Screenshots
Changelog