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