From 98bebe0c87fb5f7120983369caa764a2cdfec7b2 Mon Sep 17 00:00:00 2001 From: kiwiidb Date: Fri, 5 Aug 2022 12:12:03 +0200 Subject: [PATCH] add custom records --- controllers/invoicestream.ctrl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/controllers/invoicestream.ctrl.go b/controllers/invoicestream.ctrl.go index 77656c7..d07fc4c 100644 --- a/controllers/invoicestream.ctrl.go +++ b/controllers/invoicestream.ctrl.go @@ -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)