From 8687214420092687478f5ba77223367b68c07a10 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Fri, 25 Apr 2025 11:58:47 -0400 Subject: [PATCH] release/2025-04-25 - update handleInvoiceBasedPayment.test.js --- server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js b/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js index 01352191e..ce15861eb 100644 --- a/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js +++ b/server/intellipay/lib/tests/handleInvoiceBasedPayment.test.js @@ -37,7 +37,9 @@ beforeEach(() => { ] }) .mockResolvedValueOnce({ - id: "payment123" + insert_payments: { + returning: [{ id: "payment123" }] + } }) .mockResolvedValueOnce({ insert_payment_response: {