This commit is contained in:
boufni95 2025-03-10 23:03:09 +00:00
parent 3cc66f4cc4
commit 7fb446a6e5

View file

@ -21,7 +21,7 @@ const testSpamExternalPayment = async (T: TestBase) => {
const result = await T.main.paymentManager.PayInvoice(T.user1.userId, { invoice: invoice.payRequest, amount: 0 }, application)
return { success: true, result }
} catch (e: any) {
return { success: false, err: e }
return { success: false, err: e.message }
}
}))