lndhub /auth
This commit is contained in:
parent
918b806567
commit
9a5016225f
4 changed files with 155 additions and 76 deletions
12
lndhub/lndhub.go
Normal file
12
lndhub/lndhub.go
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package lndhub
|
||||
|
||||
import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/boltcard/boltcard/db"
|
||||
"github.com/boltcard/boltcard/email"
|
||||
)
|
||||
|
||||
func Pay_invoice(card_payment_id int, invoice string) {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue