fixed mntx discovery

This commit is contained in:
Stephan D
2026-03-03 13:15:42 +01:00
parent f9acb47ad7
commit 83745bcd10
24 changed files with 268 additions and 201 deletions

View File

@@ -534,7 +534,7 @@ func (s *Service) startAnnouncer() {
announce := discovery.Announcement{
ID: discovery.StablePaymentGatewayID(rail),
InstanceID: discovery.InstanceID(),
Service: string(mservice.PaymentGateway),
Service: mservice.TgSettle,
Rail: rail,
Operations: caps,
InvokeURI: s.invokeURI,