up
This commit is contained in:
parent
3cc66f4cc4
commit
7fb446a6e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
}
|
||||
}))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue