Skip to content

Commit

Permalink
card vault challenge required rename
Browse files Browse the repository at this point in the history
  • Loading branch information
KunJeongPark committed Dec 19, 2024
1 parent fe2f27d commit 2695c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CardPayments/CardClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class CardClient: NSObject {
self.notify3dsVaultFailure(with: CardError.threeDSecureURLError, completion: completion)
return
}
analyticsService?.sendEvent("card-payments:vault-wo-purchase:challenge-required")
analyticsService?.sendEvent("card-payments:vault-wo-purchase:auth-challenge-required")
startVaultThreeDSecureChallenge(url: url, setupTokenID: vaultRequest.setupTokenID, completion: completion)
} else {
let vaultResult = CardVaultResult(setupTokenID: result.id, status: result.status, didAttemptThreeDSecureAuthentication: false)
Expand Down

0 comments on commit 2695c83

Please sign in to comment.