Explorar el Código

adding rpnNotify Handler

tags/v0.5
patrick hace 5 años
padre
commit
4143ad1493
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. +3
    -0
      rpn.go

+ 3
- 0
rpn.go Ver fichero

@@ -155,6 +155,9 @@ func retrieveFormValue(form url.Values, key string) (r string, err error) {
}
return r, err
}
func rpnNotify(w http.ResponseWriter, r *http.Request) {

}

//receive RPN user name and card number
func rpnNameAndCard(w http.ResponseWriter, r *http.Request) {

Cargando…
Cancelar
Guardar