send the billing code along with the query
This commit is contained in:
@ -46,12 +46,6 @@ namespace Yavsc.Services
|
||||
throw new NotImplementedException("No GCM reg ids");
|
||||
var msg = new MessageWithPayload<Event>()
|
||||
{
|
||||
notification = new Notification()
|
||||
{
|
||||
title = ev.Topic+" "+ev.Sender,
|
||||
body = ev.CreateBody(),
|
||||
icon = "icon"
|
||||
},
|
||||
data = ev,
|
||||
registration_ids = regids.ToArray()
|
||||
};
|
||||
|
Reference in New Issue
Block a user