diff --git a/lib/pushnotificationsservice.js b/lib/pushnotificationsservice.js index 35281da..a200714 100644 --- a/lib/pushnotificationsservice.js +++ b/lib/pushnotificationsservice.js @@ -122,7 +122,8 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio opts.android = { "data": { "title": content.plain.subject, - "message": content.plain.body + "message": content.plain.body, + "walletId": notification.walletId, } };