Added notification types

This commit is contained in:
2018-02-28 11:30:47 +01:00
parent fe400de851
commit b77229595e
3 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,7 @@ func Success(ctx *aero.Context) string {
Message: user.Nick + " paid " + payment.Amount + " " + payment.Currency + " making his new balance " + strconv.Itoa(user.Balance),
Icon: user.LargeAvatar(),
Link: "https://" + ctx.App.Config.Domain + "/api/paypalpayment/" + payment.ID,
Type: arn.NotificationTypePurchase,
})
}()