mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 13:21:45 +01:00
fix: zebedee callback not marking invoice as paid (#318)
This commit is contained in:
parent
2335a57096
commit
a2670d030e
@ -75,7 +75,7 @@ export class ZebedeeCallbackController implements IController {
|
||||
try {
|
||||
await this.paymentsService.confirmInvoice({
|
||||
id: invoice.id,
|
||||
confirmedAt: updatedInvoice.confirmedAt,
|
||||
confirmedAt: invoice.confirmedAt,
|
||||
amountPaid: invoice.amountRequested,
|
||||
})
|
||||
await this.paymentsService.sendInvoiceUpdateNotification(updatedInvoice)
|
||||
|
Loading…
x
Reference in New Issue
Block a user