gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: wip 8125


From: gnunet
Subject: [taler-wallet-core] branch master updated: wip 8125
Date: Tue, 13 Feb 2024 20:43:45 +0100

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

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 333812272 wip 8125
333812272 is described below

commit 333812272b8fee74009ed32aa7c5424bfcfee6eb
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Tue Feb 13 16:43:34 2024 -0300

    wip 8125
---
 packages/merchant-backend-ui/src/pages/OfferRefund.tsx      | 1 +
 packages/merchant-backend-ui/src/pages/RequestPayment.tsx   | 1 +
 packages/merchant-backend-ui/src/pages/ShowOrderDetails.tsx | 5 +++--
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages/merchant-backend-ui/src/pages/OfferRefund.tsx 
b/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
index ffd657e7e..a7d346ce6 100644
--- a/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
+++ b/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
@@ -52,6 +52,7 @@ function Head({ order_summary }: { order_summary?: string }): 
VNode {
   return <Fragment>
     <meta charSet="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <meta name="taler-support" content="uri" />
     <noscript>
       <meta http-equiv="refresh" content="1" />
     </noscript>
diff --git a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx 
b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
index 31af0d033..d5e329e7f 100644
--- a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
+++ b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
@@ -55,6 +55,7 @@ function Head({ order_summary }: { order_summary?: string }): 
VNode {
     <Fragment>
       <meta charSet="UTF-8" />
       <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+      <meta name="taler-support" content="uri" />
       <noscript>
         <meta http-equiv="refresh" content="1" />
       </noscript>
diff --git a/packages/merchant-backend-ui/src/pages/ShowOrderDetails.tsx 
b/packages/merchant-backend-ui/src/pages/ShowOrderDetails.tsx
index d1deeea59..7d11eb21d 100644
--- a/packages/merchant-backend-ui/src/pages/ShowOrderDetails.tsx
+++ b/packages/merchant-backend-ui/src/pages/ShowOrderDetails.tsx
@@ -57,9 +57,10 @@ function Head({ order_summary }: { order_summary?: string 
}): VNode {
     <Fragment>
       <meta charSet="UTF-8" />
       <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-      {/* <noscript>
+      <meta name="taler-support" content="uri" />
+      <noscript>
         <meta http-equiv="refresh" content="1" />
-      </noscript> */}
+      </noscript>
       <title>
         Status of your order for{" "}
         {order_summary ? order_summary : `{{ order_summary }}`}

-- 
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]