-
Notifications
You must be signed in to change notification settings - Fork 658
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
Renames LinkAccountSession to FinancialConnectionsSession. #4910
Renames LinkAccountSession to FinancialConnectionsSession. #4910
Conversation
Diffuse output:
APK
DEX
|
…ial-connections-session
import com.stripe.android.financialconnections.repository.FinancialConnectionsRepository | ||
import javax.inject.Inject | ||
|
||
internal class FetchFinancialConnectionsSession @Inject constructor( |
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.
No changes, just renamed the class.
import org.json.JSONObject | ||
import javax.inject.Inject | ||
|
||
internal class FetchFinancialConnectionsSessionForToken @Inject constructor( |
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.
No changes, just renamed the class.
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 other than some file naming
@@ -20,22 +20,22 @@ class FinancialFinancialConnectionsSheetContractTest { | |||
@Test |
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.
File naming?
@@ -33,7 +33,7 @@ class FinancialFinancialConnectionsSheetActivityTest { | |||
private val context = ApplicationProvider.getApplicationContext<Context>() |
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.
The name of this file seems off :D
@@ -20,7 +20,7 @@ internal class DefaultFinancialFinancialConnectionsEventReporter @Inject constru | |||
fireEvent( |
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.
File naming?
@@ -6,16 +6,16 @@ import androidx.lifecycle.SavedStateHandle | |||
import androidx.test.ext.junit.runners.AndroidJUnit4 |
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.
File naming?
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 👍 (im not a codeowner though)
will be aware of these changes next time we update stripe-react-native
Summary
A few renames to match the gaveled naming changes:
Testing
Changelog