Skip to content

Commit

Permalink
Merge pull request #222 from getAlby/fix/custom-records-in-ws
Browse files Browse the repository at this point in the history
add custom records
  • Loading branch information
kiwiidb authored Aug 5, 2022
2 parents 0526b33 + 98bebe0 commit 3b7b00f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/invoicestream.ctrl.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ SocketLoop:
Type: common.InvoiceTypeUser,
Amount: invoice.Amount,
IsPaid: invoice.State == common.InvoiceStateSettled,
CustomRecords: invoice.DestinationCustomRecords,
}})
if err != nil {
controller.svc.Logger.Error(err)
Expand Down

0 comments on commit 3b7b00f

Please sign in to comment.