Skip to content

Commit

Permalink
Fix analytics typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Nov 26, 2024
1 parent 0579730 commit 2e85cde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ internal class PayPalWebAnalytics(private val analyticsService: AnalyticsService
}

fun notifyVaultAuthChallengeCanceled(setupTokenId: String?) {
val eventName = "paypal-web-payments:checkout:auth-challenge-canceled"
val eventName = "paypal-web-payments:vault:auth-challenge-canceled"
analyticsService.sendAnalyticsEvent(eventName, setupTokenId)
}
}

0 comments on commit 2e85cde

Please sign in to comment.