include proposal ID, to allow aborting
This commit is contained in:
parent
67df550b4f
commit
7d9c98a90c
@ -248,6 +248,7 @@ export async function getTransactions(
|
|||||||
pr.abortStatus === AbortStatus.None,
|
pr.abortStatus === AbortStatus.None,
|
||||||
timestamp: pr.timestampAccept,
|
timestamp: pr.timestampAccept,
|
||||||
transactionId: paymentTransactionId,
|
transactionId: paymentTransactionId,
|
||||||
|
proposalId: pr.proposalId,
|
||||||
info: info,
|
info: info,
|
||||||
...(err ? { error: err } : {}),
|
...(err ? { error: err } : {}),
|
||||||
});
|
});
|
||||||
|
@ -195,6 +195,11 @@ export interface TransactionPayment extends TransactionCommon {
|
|||||||
*/
|
*/
|
||||||
info: OrderShortInfo;
|
info: OrderShortInfo;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Wallet-internal end-to-end identifier for the payment.
|
||||||
|
*/
|
||||||
|
proposalId: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How far did the wallet get with processing the payment?
|
* How far did the wallet get with processing the payment?
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user