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

@ -11,5 +11,5 @@ func Cancel(ctx *aero.Context) string {
token := ctx.Query("token")
fmt.Println("cancel", token)
return ctx.HTML("cancel")
return ctx.HTML("Payment has been canceled.")
}