mirror of
https://github.com/getAlby/lndhub.go.git
synced 2026-01-06 14:35:36 +01:00
add webhook url as argument
This commit is contained in:
@@ -72,7 +72,7 @@ func (suite *WebHookTestSuite) SetupSuite() {
|
||||
suite.invoiceUpdateSubCancelFn = cancel
|
||||
go svc.InvoiceUpdateSubscription(ctx)
|
||||
|
||||
go svc.StartWebhookSubscribtion(ctx)
|
||||
go svc.StartWebhookSubscribtion(ctx, svc.Config.WebhookUrl)
|
||||
|
||||
suite.service = svc
|
||||
e := echo.New()
|
||||
|
||||
Reference in New Issue
Block a user