Sfoglia il codice sorgente

adding rpnNotify Handler

tags/v0.5
patrick 5 anni fa
parent
commit
4143ad1493
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      rpn.go

+ 3
- 0
rpn.go Vedi File

@@ -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) {

Loading…
Annulla
Salva