release/2025-04-25 - update handleInvoiceBasedPayment.test.js

This commit is contained in:
Dave Richer
2025-04-25 11:58:47 -04:00
parent d61b89a1e5
commit 8687214420

View File

@@ -37,7 +37,9 @@ beforeEach(() => {
]
})
.mockResolvedValueOnce({
id: "payment123"
insert_payments: {
returning: [{ id: "payment123" }]
}
})
.mockResolvedValueOnce({
insert_payment_response: {