Skip to content

Commit

Permalink
Update message version in 3ds2 playground
Browse files Browse the repository at this point in the history
  • Loading branch information
tjclawson-stripe committed Nov 18, 2024
1 parent ce5c430 commit b6e2017
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MainActivity : AppCompatActivity() {
acsTransId = ACS_TRANS_ID,
threeDsServerTransId = SERVER_TRANS_ID,
sdkTransId = SDK_TRANS_ID,
messageVersion = "2.1.0",
messageVersion = "2.2.0",
threeDSRequestorAppURL = "threedsrequestorappurl"
)

Expand Down Expand Up @@ -472,7 +472,7 @@ class MainActivity : AppCompatActivity() {
acsTransId = acsTransId,
threeDsServerTransId = threeDsServerTransId,
sdkTransId = SDK_TRANS_ID,
messageVersion = "2.1.0",
messageVersion = "2.2.0",
threeDSRequestorAppURL = "threeDSRequestorAppURL"

),
Expand Down

0 comments on commit b6e2017

Please sign in to comment.