We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2335a57 commit a2670d0Copy full SHA for a2670d0
src/controllers/callbacks/zebedee-callback-controller.ts
@@ -75,7 +75,7 @@ export class ZebedeeCallbackController implements IController {
75
try {
76
await this.paymentsService.confirmInvoice({
77
id: invoice.id,
78
- confirmedAt: updatedInvoice.confirmedAt,
+ confirmedAt: invoice.confirmedAt,
79
amountPaid: invoice.amountRequested,
80
})
81
await this.paymentsService.sendInvoiceUpdateNotification(updatedInvoice)
0 commit comments