From d6409f185d332f6ade298f143cdb7803391f4b0b Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Wed, 18 Nov 2020 12:44:06 +0100 Subject: re-enable tipping support in the WebExtension UI --- packages/taler-wallet-core/src/operations/tip.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/taler-wallet-core/src/operations/tip.ts') diff --git a/packages/taler-wallet-core/src/operations/tip.ts b/packages/taler-wallet-core/src/operations/tip.ts index 1d19a72ed..119695de6 100644 --- a/packages/taler-wallet-core/src/operations/tip.ts +++ b/packages/taler-wallet-core/src/operations/tip.ts @@ -121,6 +121,7 @@ export async function prepareTip( accepted: !!tipRecord && !!tipRecord.acceptedTimestamp, tipAmountRaw: Amounts.stringify(tipRecord.tipAmountRaw), exchangeBaseUrl: tipRecord.exchangeBaseUrl, + merchantBaseUrl: tipRecord.merchantBaseUrl, expirationTimestamp: tipRecord.tipExpiration, tipAmountEffective: Amounts.stringify(tipRecord.tipAmountEffective), walletTipId: tipRecord.walletTipId, -- cgit v1.2.3