summaryrefslogtreecommitdiff
path: root/src/operations/history.ts
diff options
context:
space:
mode:
authorMarcos Gutierrez <gmarcos87@gmail.com>2020-01-31 11:21:23 -0300
committerMarcos Gutierrez <gmarcos87@gmail.com>2020-01-31 11:21:23 -0300
commit5f68f060a67ad36b87a25ca5d182c6f2dd9eb450 (patch)
tree59c399fdebdeb9a8a89b8dac5c5cd420f2029b2b /src/operations/history.ts
parentd6d56479469f0e7fc050976908c7abcacd61bc27 (diff)
downloadwallet-core-5f68f060a67ad36b87a25ca5d182c6f2dd9eb450.tar.gz
wallet-core-5f68f060a67ad36b87a25ca5d182c6f2dd9eb450.tar.bz2
wallet-core-5f68f060a67ad36b87a25ca5d182c6f2dd9eb450.zip
add fulfillmentUrl to OrderShortInfo
Diffstat (limited to 'src/operations/history.ts')
-rw-r--r--src/operations/history.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations/history.ts b/src/operations/history.ts
index b2b78fe13..2fb7854d2 100644
--- a/src/operations/history.ts
+++ b/src/operations/history.ts
@@ -60,6 +60,7 @@ function getOrderShortInfo(
}
return {
amount: Amounts.toString(download.contractData.amount),
+ fulfillmentUrl: download.contractData.fulfillmentUrl,
orderId: download.contractData.orderId,
merchantBaseUrl: download.contractData.merchantBaseUrl,
proposalId: proposal.proposalId,