Minor changes
This commit is contained in:
parent
3d579da338
commit
42320917f8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user