Skip to content

Commit

Permalink
Merge pull request #3092 from wordpress-mobile/issue/12539-get-campai…
Browse files Browse the repository at this point in the history
…gn-info-from-push

Adds new campaign_id field to map from push notification payload
  • Loading branch information
hichamboushaba authored Sep 11, 2024
2 parents c35b836 + 24c7fd5 commit 884fbb8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ data class FormattableMeta(
@SerializedName("user") val user: Long? = null,
@SerializedName("comment") val comment: Long? = null,
@SerializedName("post") val post: Long? = null,
@SerializedName("order") val order: Long? = null
@SerializedName("order") val order: Long? = null,
@SerializedName("campaign_id") val campaignId: Long? = null
)

data class Links(
Expand Down

0 comments on commit 884fbb8

Please sign in to comment.