diff --git a/Sources/CardPayments/CardClient.swift b/Sources/CardPayments/CardClient.swift index 65e475ca..9085ca65 100644 --- a/Sources/CardPayments/CardClient.swift +++ b/Sources/CardPayments/CardClient.swift @@ -120,10 +120,8 @@ public class CardClient: NSObject { notifyCheckoutSuccess(for: cardResult, completion: completion) } } catch let error as CoreSDKError { - analyticsService?.sendEvent("card-payments:confirm-payment-source:failed") notifyCheckoutFailure(with: error, completion: completion) } catch { - analyticsService?.sendEvent("card-payments:confirm-payment-source:failed") notifyCheckoutFailure(with: CardError.unknownError, completion: completion) } }