Explorar el Código

add rpnOut info

tags/v0.5
patrick hace 5 años
padre
commit
69ab80ed3a
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. +8
    -0
      db.go

+ 8
- 0
db.go Ver fichero

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

}

Cargando…
Cancelar
Guardar