boltcard/lndhub/lndhub.go
2023-02-19 06:52:12 +00:00

12 lines
195 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) {
}