Skip to content

Commit

Permalink
Fix onReady
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal committed May 13, 2024
1 parent 57acf20 commit 08d592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/main/java/com/paypal/messages/ModalFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ internal class ModalFragment(
"onReady" -> {
logEvent(
AnalyticsEvent(
eventType = EventType.MESSAGE_RENDERED,
eventType = EventType.MODAL_RENDERED,
renderDuration = args.get("render_duration")?.asString ?: "",
requestDuration = args.get("request_duration")?.asString ?: "",
),
Expand Down

0 comments on commit 08d592a

Please sign in to comment.