[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.
- [taler-merchant-demos] branch master updated (8c32ddc -> 8730588), Admin, 2025/02/11
- [taler-merchant-demos] 04/08: [provision] fix string parameter for subprocess.run, Admin, 2025/02/11
- [taler-merchant-demos] 01/08: [provision] initial work on self-provisioning, Admin, 2025/02/11
- [taler-merchant-demos] 06/08: [provision] rename endpoint /provision to /create, Admin, 2025/02/11
- [taler-merchant-demos] 03/08: [provision] added service file and updated rules for debian, Admin, 2025/02/11
- [taler-merchant-demos] 02/08: [provision] added self-provision in nav-bar, Admin, 2025/02/11
- [taler-merchant-demos] 05/08: [provision] layout and template tuning, Admin, 2025/02/11
- [taler-merchant-demos] 08/08: [provision] use .../orders as landing link for backend,
Admin <=
- [taler-merchant-demos] 07/08: [provision] fix typo, Admin, 2025/02/11