-
Notifications
You must be signed in to change notification settings - Fork 659
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
Make PaymentMethod.Card.networks
field public
#5552
Conversation
networks
prop public
Diffuse output:
APK
DEX
|
@@ -3567,10 +3567,12 @@ public final class com/stripe/android/model/PaymentMethod$Card : com/stripe/andr | |||
public final field fingerprint Ljava/lang/String; | |||
public final field funding Ljava/lang/String; | |||
public final field last4 Ljava/lang/String; | |||
public final field networks Lcom/stripe/android/model/PaymentMethod$Card$Networks; |
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.
Should this go into the release notes?
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 think so, is this work being done on iOS?
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.
Yes, let's add to the CHANGEDOC.
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.
@jameswoo-stripe It’s already public in the iOS repo.
networks
prop publicnetworks
field public
networks
field publicPaymentMethod.Card.networks
field public
Summary
This pull request exposes
PaymentMethod.networks
, which is also a part of Stripe’s public API.Motivation
Request from EMEA Cards team.
Testing
Changelog
tbd