Skip to content

Commit

Permalink
Remove confirm-payment-source analytics
Browse files Browse the repository at this point in the history
Co-authored-by: Suraj Dhopati<[email protected]>
  • Loading branch information
KunJeongPark committed Dec 6, 2024
1 parent 9b1fb41 commit 14896e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/CardPayments/CardClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
Expand Down

0 comments on commit 14896e1

Please sign in to comment.