Update push notification usage

This commit is contained in:
2018-02-27 13:29:47 +01:00
parent 771a222787
commit e8c2a6ff75
4 changed files with 5 additions and 8 deletions

View File

@ -85,7 +85,7 @@ func Success(ctx *aero.Context) string {
// Notify admin
go func() {
admin, _ := arn.GetUser(adminID)
admin.SendNotification(&arn.Notification{
admin.SendNotification(&arn.PushNotification{
Title: user.Nick + " bought " + strconv.Itoa(payment.Gems()) + " gems",
Message: user.Nick + " paid " + payment.Amount + " " + payment.Currency + " making his new balance " + strconv.Itoa(user.Balance),
Icon: user.LargeAvatar(),