boltcard/lndhub/lndhub.go
2023-02-18 21:09:35 +00:00

12 lines
216 B
Go

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