We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b70d98f commit f619f40Copy full SHA for f619f40
threeds/src/main/java/com/mercadopago/sdk/android/threeds/interactor/MPThreeDS.kt
@@ -71,8 +71,9 @@ class MPThreeDS internal constructor(
71
*
72
* @return Authentication request parameters needed for backend call
73
*/
74
- fun getAuthenticationRequestParameters(): MPThreeDSRequestParams? = threeDSRepository
75
- .getAuthenticationRequestParameters()
+ fun getAuthenticationRequestParameters(): MPThreeDSRequestParams? {
+ return threeDSRepository.getAuthenticationRequestParameters()
76
+ }
77
78
/**
79
* Performs the challenge flow with the provided authentication response.
0 commit comments