mirror of
https://github.com/minibits-cash/minibits_wallet.git
synced 2026-08-12 09:23:20 +00:00
Fix log
This commit is contained in:
@@ -433,7 +433,13 @@ export const receiveByCashuPaymentRequestTask = async function (
|
||||
throw new AppError(
|
||||
Err.VALIDATION_ERROR,
|
||||
'Related Payment request has different amount or unit than the incoming payment.',
|
||||
{paymentRequestPayload, expctedUnit: transaction.unit, expectedAmount: transaction.amount}
|
||||
{
|
||||
expectedUnit: transaction.unit,
|
||||
expectedAmount: transaction.amount,
|
||||
amountToReceive, unit,
|
||||
paymentRequestId,
|
||||
caller: 'receiveByCashuPaymentRequestTask'
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user