Browse Source

add rpnOut info

tags/v0.5
patrick 5 years ago
parent
commit
69ab80ed3a
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      db.go

+ 8
- 0
db.go View File

@@ -56,3 +56,11 @@ func (m *TransactionDB) addRequest(r *http.Request) error {
m.close()
return err
}

func (m *TransactionDB) addRpnOut(r RpnReq) error {

}

func (m *TransactionDB) updateRpnOutNameAndCard(orderid string, signature string, name string, card string) error {

}

Loading…
Cancel
Save