Browse Source

adding rpnNotify Handler

tags/v0.5
patrick 5 years ago
parent
commit
4143ad1493
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      rpn.go

+ 3
- 0
rpn.go View File

} }
return r, err return r, err
} }
func rpnNotify(w http.ResponseWriter, r *http.Request) {

}


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

Loading…
Cancel
Save