feat: stream tickets

This commit is contained in:
2024-08-19 10:10:59 +01:00
parent 3148b2cf6f
commit 015b75f894
9 changed files with 654 additions and 13 deletions

View File

@ -73,7 +73,7 @@ public class UserService
Invoice = invoice.PaymentRequest,
PaymentHash = invoice.RHash.ToByteArray().ToHex(),
Nostr = nostr,
Type = string.IsNullOrEmpty(nostr) ? PaymentType.Topup : PaymentType.Zap
Type = string.IsNullOrEmpty(nostr) ? PaymentType.TopUp : PaymentType.Zap
});
await _db.SaveChangesAsync();