From a11d2833331fd83a301016a5b843697df03f37cf Mon Sep 17 00:00:00 2001 From: Victoria Park Date: Fri, 6 Dec 2024 11:25:09 -0800 Subject: [PATCH] Typo on approve order challenge required Co-authored-by: Suraj Dhopati --- Sources/CardPayments/CardClient.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CardPayments/CardClient.swift b/Sources/CardPayments/CardClient.swift index 9085ca65..0be1dbde 100644 --- a/Sources/CardPayments/CardClient.swift +++ b/Sources/CardPayments/CardClient.swift @@ -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)