send the billing code along with the query

This commit is contained in:
2018-02-07 20:04:12 +01:00
parent 9857aef89a
commit b29bc43d50
18 changed files with 47 additions and 27 deletions

View File

@ -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()
};