MCPcopy Create free account
hub / github.com/cameri/nostream / sendInvoiceUpdateNotification

Method sendInvoiceUpdateNotification

src/@types/services.ts:14–14  ·  view source on GitHub ↗
(invoice: Invoice)

Source from the content-addressed store, hash-verified

12 updateInvoiceStatus(invoice: Pick<Invoice, 'id' | 'status'>): Promise<Invoice>
13 confirmInvoice(invoice: Pick<Invoice, 'id' | 'amountPaid' | 'confirmedAt' | 'status' | 'pubkey'>): Promise<void>
14 sendInvoiceUpdateNotification(invoice: Invoice): Promise<void>
15 getPendingInvoices(): Promise<Invoice[]>
16}

Callers 6

handleRequestMethod · 0.65
handleRequestMethod · 0.65
handleRequestMethod · 0.65
handleRequestMethod · 0.65
onScheduleMethod · 0.65

Implementers 1

PaymentsServicesrc/services/payments-service.ts

Calls

no outgoing calls

Tested by

no test coverage detected