Skip to content

Commit

Permalink
Typo on approve order challenge required
Browse files Browse the repository at this point in the history
Co-authored-by: Suraj Dhopati <sdhopati@paypal.com>
  • Loading branch information
KunJeongPark and sdhopati committed Dec 6, 2024
1 parent 14896e1 commit a11d283
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 @@ -113,7 +113,7 @@ public class CardClient: NSObject {
return
}

analyticsService?.sendEvent("card-payments:approve-order:challenge-required")
analyticsService?.sendEvent("card-payments:approve-order:auth-challenge-required")
startThreeDSecureChallenge(url: url, orderId: result.id, completion: completion)
} else {
let cardResult = CardResult(orderID: result.id, status: result.status, didAttemptThreeDSecureAuthentication: false)
Expand Down

0 comments on commit a11d283

Please sign in to comment.