feat: udpate
This commit is contained in:
@@ -21,8 +21,9 @@ type pays struct {
|
||||
}
|
||||
|
||||
// Callback
|
||||
// @Router /pay/callback [get]
|
||||
func (ctl *pays) Callback(ctx fiber.Ctx) error {
|
||||
// @Router /pay/callback/:channel [get]
|
||||
// @Bind channel path
|
||||
func (ctl *pays) Callback(ctx fiber.Ctx, channel string) error {
|
||||
log := log.WithField("method", "pays.Callback")
|
||||
|
||||
body := ctx.Body()
|
||||
|
||||
Reference in New Issue
Block a user