add fulfillmentUrl to OrderShortInfo
This commit is contained in:
parent
d6d5647946
commit
5f68f060a6
@ -60,6 +60,7 @@ function getOrderShortInfo(
|
|||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
amount: Amounts.toString(download.contractData.amount),
|
amount: Amounts.toString(download.contractData.amount),
|
||||||
|
fulfillmentUrl: download.contractData.fulfillmentUrl,
|
||||||
orderId: download.contractData.orderId,
|
orderId: download.contractData.orderId,
|
||||||
merchantBaseUrl: download.contractData.merchantBaseUrl,
|
merchantBaseUrl: download.contractData.merchantBaseUrl,
|
||||||
proposalId: proposal.proposalId,
|
proposalId: proposal.proposalId,
|
||||||
|
@ -392,6 +392,11 @@ export interface OrderShortInfo {
|
|||||||
* Summary of the proposal, given by the merchant.
|
* Summary of the proposal, given by the merchant.
|
||||||
*/
|
*/
|
||||||
summary: string;
|
summary: string;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* URL of the fulfillment, given by the merchant.
|
||||||
|
*/
|
||||||
|
fulfillmentUrl: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user