Skip to content

Commit

Permalink
fix: add offer type to modal analytics (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinpaypal authored Jul 3, 2024
1 parent 9701971 commit 7ad763b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/src/main/java/com/paypal/messages/ModalFragment.kt
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ internal class ModalFragment(
type = ComponentType.MODAL.toString(),
instanceId = this.instanceId.toString(),
componentEvents = mutableListOf(event),
offerType = this.offerType,
__shared__ = dynamicKeys,
)

Expand Down

0 comments on commit 7ad763b

Please sign in to comment.