Improved documentation

This commit is contained in:
2018-02-24 10:29:20 +01:00
parent 8cc80d7e59
commit fa6fca84a6
4 changed files with 37 additions and 32 deletions

View File

@ -13,7 +13,8 @@ import (
const adminID = "4J6qpK1ve"
// Success ...
// Success is called once the payment has been confirmed by the user on the PayPal website.
// However, the actual payment still needs to be executed and can fail.
func Success(ctx *aero.Context) string {
user := utils.GetUser(ctx)