aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/wallet.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-16 20:15:55 +0200
committerFlorian Dold <florian@dold.me>2022-10-16 20:15:55 +0200
commit8d4a7d6103032a85c81240d9fb0de32dd44ec435 (patch)
treea0cee947a7b39b9a407f3094bede4e7e9908140f /packages/taler-wallet-core/src/wallet.ts
parentfbb7dd9e7e7fe4cf0611f5827f0bd250634dc29f (diff)
downloadwallet-core-8d4a7d6103032a85c81240d9fb0de32dd44ec435.tar.xz
wallet-core: CLI improvements, ToS fetching fixes
Diffstat (limited to 'packages/taler-wallet-core/src/wallet.ts')
-rw-r--r--packages/taler-wallet-core/src/wallet.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/src/wallet.ts b/packages/taler-wallet-core/src/wallet.ts
index 7839f3dab..d97e5ba80 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -631,7 +631,7 @@ async function getExchangeTosStatusDetails(
return {
acceptedVersion: exchangeDetails.tosAccepted?.etag,
- content: exchangeTos.termsOfServiceContentType,
+ content: exchangeTos.termsOfServiceText,
contentType: exchangeTos.termsOfServiceContentType,
currentVersion: exchangeTos.etag,
};