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

[stripe-core] Remove network related internal files #4803

Merged
merged 3 commits into from
Mar 31, 2022

Conversation

ccen-stripe
Copy link
Contributor

Summary

Remove the following internal files

  • InternalStripeFile
  • InternalStripeFileParams
  • InternalStripeFilePurpose

Move their correspondents from payments to stripe-core

  • com.stripe.android.AppInfo -> com.stripe.android.core.AppInfo
  • com.stripe.android.model.StripeFile -> com.stripe.android.core.model.StripeFile
  • com.stripe.android.model.StripeFileParams -> com.stripe.android.core.model.StripeFileParams
  • com.stripe.android.model.StripeFilePurpose -> com.stripe.android.core.model.StripeFilePurpose

Motivation

Code resuse

Testing

  • Added tests
  • Modified tests
  • Manually verified

Screenshots

Before After
before screenshot after screenshot

Changelog

[Changed]: The following classes' packages are changed:

  • com.stripe.android.AppInfo -> com.stripe.android.core.AppInfo
  • com.stripe.android.model.StripeFile -> com.stripe.android.core.model.StripeFile
  • com.stripe.android.model.StripeFileParams -> com.stripe.android.core.model.StripeFileParams
  • com.stripe.android.model.StripeFilePurpose -> com.stripe.android.core.model.StripeFilePurpose

@github-actions
Copy link
Contributor

Diffuse output:

@ccen-stripe ccen-stripe merged commit 0daa971 into master Mar 31, 2022
@ccen-stripe ccen-stripe deleted the removeInternalFiles branch March 31, 2022 21:36
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.

3 participants