taler-typescript-core

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

commit 78551844be75f9009947e153ce5678362199bfa5
parent b73573be3af299a89e801ddd0d6c6d6c7b7f020a
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  5 Aug 2026 00:11:13 +0200

fix webpage: must be a proper URL now

Diffstat:
Mpackages/taler-harness/src/integrationtests/test-merchant-templates.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-harness/src/integrationtests/test-merchant-templates.ts b/packages/taler-harness/src/integrationtests/test-merchant-templates.ts @@ -69,7 +69,7 @@ export async function runMerchantTemplatesTest(t: GlobalTestState) { summary: "foo", template_type: TemplateType.PAIVANA, paivana_id: "4321-6hvIP7UnmNDVjp5Intuf9jFK7MzW0ycEyxf5Mszl3xs=", - website: "foo", + website: "https://example.com/", }), ); console.log(j2s(templateResp)); @@ -92,7 +92,7 @@ export async function runMerchantTemplatesTest(t: GlobalTestState) { summary: "foo", template_type: TemplateType.PAIVANA, paivana_id: "4321-6hvIP7UnmNDVjp5Intuf9jFK7MzW0ycEyxf5Mszl3xs=", - website: "foo", + website: "https://example.com/", amount: "TESTKUDOS:42", }), );