From 0e88ef9bd2ea76e5b44cc0d4459b9a2e553b8d24 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 24 Aug 2020 19:39:09 +0530 Subject: implement fulfillment_message and make fulfillment_url optional --- packages/taler-wallet-core/src/operations/transactions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/transactions.ts') diff --git a/packages/taler-wallet-core/src/operations/transactions.ts b/packages/taler-wallet-core/src/operations/transactions.ts index 8300864b2..7b42b9a5f 100644 --- a/packages/taler-wallet-core/src/operations/transactions.ts +++ b/packages/taler-wallet-core/src/operations/transactions.ts @@ -35,7 +35,7 @@ import { PaymentStatus, WithdrawalType, WithdrawalDetails, - PaymentShortInfo, + OrderShortInfo, } from "../types/transactions"; import { getFundingPaytoUris } from "./reserves"; @@ -234,7 +234,7 @@ export async function getTransactions( if (!proposal) { return; } - const info: PaymentShortInfo = { + const info: OrderShortInfo = { fulfillmentUrl: pr.contractData.fulfillmentUrl, merchant: pr.contractData.merchant, orderId: pr.contractData.orderId, -- cgit v1.2.3