Minor changes

This commit is contained in:
Eduard Urbach 2017-10-06 13:58:08 +02:00
parent 3d579da338
commit 42320917f8

View File

@ -86,7 +86,7 @@ func Success(ctx *aero.Context) string {
go func() {
admin, _ := arn.GetUser(adminID)
admin.SendNotification(&arn.Notification{
Title: user.Nick + " bought " + strconv.Itoa(payment.Gems()) + " AD",
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(),
Link: "https://" + ctx.App.Config.Domain + "/api/paypalpayment/" + payment.ID,