Skip to content

Commit 2695c83

Browse files
committed
card vault challenge required rename
1 parent fe2f27d commit 2695c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CardPayments/CardClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public class CardClient: NSObject {
5656
self.notify3dsVaultFailure(with: CardError.threeDSecureURLError, completion: completion)
5757
return
5858
}
59-
analyticsService?.sendEvent("card-payments:vault-wo-purchase:challenge-required")
59+
analyticsService?.sendEvent("card-payments:vault-wo-purchase:auth-challenge-required")
6060
startVaultThreeDSecureChallenge(url: url, setupTokenID: vaultRequest.setupTokenID, completion: completion)
6161
} else {
6262
let vaultResult = CardVaultResult(setupTokenID: result.id, status: result.status, didAttemptThreeDSecureAuthentication: false)

0 commit comments

Comments
 (0)