Skip to content
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 SourceTypeModel.Card.ThreeDSecureStatus an enum #2562

Merged
merged 1 commit into from
Jun 9, 2020

Conversation

mshafrir-stripe
Copy link
Collaborator

No description provided.

@@ -9,33 +8,30 @@ import kotlinx.android.parcel.Parcelize
sealed class SourceTypeModel : StripeModel {
@Parcelize
data class Card internal constructor(
val addressLine1Check: String?,
val addressZipCheck: String?,
val addressLine1Check: String? = null,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should the params w/ default values be last in the order? (i.e. put brand first)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there isn't an overloaded version of the constructor so it shouldn't make a difference

@mshafrir-stripe mshafrir-stripe merged commit 655e75e into master Jun 9, 2020
@mshafrir-stripe mshafrir-stripe deleted the source-card-3ds branch June 9, 2020 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants