taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 2f4d40058433b358eb84f17173c2b92ebc948a36
parent 3a5f303ec68d9a26f6da0ee68322cf5a5141309a
Author: Sebastian <sebasjm@gmail.com>
Date:   Fri, 12 Apr 2024 10:51:16 -0300

dd53: remove receipt id

Diffstat:
Mpackages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx | 1-
Mpackages/taler-wallet-webextension/src/cta/Payment/views.tsx | 7-------
2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx b/packages/taler-wallet-webextension/src/cta/InvoicePay/views.tsx @@ -16,7 +16,6 @@ import { useTranslationContext } from "@gnu-taler/web-util/browser"; import { Fragment, h, VNode } from "preact"; -import { Amount } from "../../components/Amount.js"; import { Part } from "../../components/Part.js"; import { PaymentButtons } from "../../components/PaymentButtons.js"; import { Time } from "../../components/Time.js"; diff --git a/packages/taler-wallet-webextension/src/cta/Payment/views.tsx b/packages/taler-wallet-webextension/src/cta/Payment/views.tsx @@ -83,13 +83,6 @@ export function BaseView(state: SupportedStates): VNode { } kind="neutral" /> - {contractTerms.order_id && ( - <Part - title={i18n.str`Receipt`} - text={`#${contractTerms.order_id}` as TranslatedString} - kind="neutral" - /> - )} {contractTerms.pay_deadline && ( <Part title={i18n.str`Valid until`}