gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant-demos] 08/08: [provision] use .../orders as landing link


From: Admin
Subject: [taler-merchant-demos] 08/08: [provision] use .../orders as landing link for backend
Date: Wed, 12 Feb 2025 00:15:21 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository taler-merchant-demos.

commit 873058822ed8decb96583e84dab55796714d3334
Author: Özgür Kesim <oec@codeblau.de>
AuthorDate: Sat Oct 5 10:55:43 2024 +0200

    [provision] use .../orders as landing link for backend
---
 talermerchantdemos/templates/provision-done.html.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talermerchantdemos/templates/provision-done.html.j2 
b/talermerchantdemos/templates/provision-done.html.j2
index 20887a3..e214463 100644
--- a/talermerchantdemos/templates/provision-done.html.j2
+++ b/talermerchantdemos/templates/provision-done.html.j2
@@ -23,7 +23,7 @@
   {{ gettext("With the merchant-id and access-token, you can now:") }}
   <ul>
     <li>{{ gettext("Login to the <a href='{url}'>demo bank</a> to see incoming 
wire transfers from the exchange.").format(url=bank_url) }}</li>
-    <li>{{ gettext("Login to your merchant's <a target='_blank' 
href='{url}/instances/{id}/webui/#/inventory'>backend instance</a> for 
administration.").format(url=merchant_url,id=merchant_id) }}</li>
+    <li>{{ gettext("Login to your merchant's <a target='_blank' 
href='{url}/instances/{id}/webui/#/orders'>backend instance</a> for 
administration.").format(url=merchant_url,id=merchant_id) }}</li>
     <li>{{ gettext("Create orders (for the demo currency {currency}), via the 
REST-API at <pre>{url}/instances/{id}/private/orders</pre> See <a 
target='_blank' 
href='https://docs.taler.net/taler-merchant-api-tutorial.html#merchant-payment-processing'>the
 documentation for 
details</a>.").format(currency=currency,url=merchant_url,id=merchant_id) }}</li>
   </ul>
   </p>

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]