Skip to content

Commit f619f40

Browse files
committed
feature: code review changes
1 parent b70d98f commit f619f40

File tree

1 file changed

+3
-2
lines changed
  • threeds/src/main/java/com/mercadopago/sdk/android/threeds/interactor

1 file changed

+3
-2
lines changed

threeds/src/main/java/com/mercadopago/sdk/android/threeds/interactor/MPThreeDS.kt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,9 @@ class MPThreeDS internal constructor(
7171
*
7272
* @return Authentication request parameters needed for backend call
7373
*/
74-
fun getAuthenticationRequestParameters(): MPThreeDSRequestParams? = threeDSRepository
75-
.getAuthenticationRequestParameters()
74+
fun getAuthenticationRequestParameters(): MPThreeDSRequestParams? {
75+
return threeDSRepository.getAuthenticationRequestParameters()
76+
}
7677

7778
/**
7879
* Performs the challenge flow with the provided authentication response.

0 commit comments

Comments
 (0)