add fulfillmentUrl to OrderShortInfo
This commit is contained in:
parent
d6d5647946
commit
5f68f060a6
@ -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,
|
||||
|
@ -392,6 +392,11 @@ export interface OrderShortInfo {
|
||||
* Summary of the proposal, given by the merchant.
|
||||
*/
|
||||
summary: string;
|
||||
|
||||
/**
|
||||
* URL of the fulfillment, given by the merchant.
|
||||
*/
|
||||
fulfillmentUrl: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user