send the billing code along with the query
This commit is contained in:
parent
ebf860f848
commit
cc25376d82
18 changed files with 47 additions and 27 deletions
|
|
@ -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()
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue