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,
|
||||
timestamp: pr.timestampAccept,
|
||||
transactionId: paymentTransactionId,
|
||||
proposalId: pr.proposalId,
|
||||
info: info,
|
||||
...(err ? { error: err } : {}),
|
||||
});
|
||||
|
@ -195,6 +195,11 @@ export interface TransactionPayment extends TransactionCommon {
|
||||
*/
|
||||
info: OrderShortInfo;
|
||||
|
||||
/**
|
||||
* Wallet-internal end-to-end identifier for the payment.
|
||||
*/
|
||||
proposalId: string;
|
||||
|
||||
/**
|
||||
* How far did the wallet get with processing the payment?
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user