Skip to content

Commit

Permalink
Make the payment reference shorter, so PayTo functions properly
Browse files Browse the repository at this point in the history
COAND-1058
  • Loading branch information
araratthehero committed Feb 28, 2025
1 parent 8c6fe51 commit dc11ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private const val CARD_BASED_INSTALLMENT_OPTION = "visa"
private const val ATTEMPT_AUTHENTICATION_TRUE_VALUE = "always"
private const val ATTEMPT_AUTHENTICATION_FALSE_VALUE = "never"

private fun getReference() = "android-test-components_${System.currentTimeMillis()}"
private fun getReference() = "android-test_${System.currentTimeMillis()}"
private fun getAuthenticationData(threeDSMode: ThreeDSMode): AuthenticationData {
return when (threeDSMode) {
ThreeDSMode.PREFER_NATIVE -> AuthenticationData(
Expand Down

0 comments on commit dc11ce3

Please sign in to comment.