gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: add taler uri in header


From: gnunet
Subject: [taler-wallet-core] branch master updated: add taler uri in header
Date: Wed, 14 Feb 2024 15:02:17 +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 da406345e add taler uri in header
da406345e is described below

commit da406345e21fa18e612ce8afe5a213dea23e3eed
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Feb 14 11:02:11 2024 -0300

    add taler uri in header
---
 packages/merchant-backend-ui/src/pages/OfferRefund.tsx    | 1 +
 packages/merchant-backend-ui/src/pages/RequestPayment.tsx | 1 +
 2 files changed, 2 insertions(+)

diff --git a/packages/merchant-backend-ui/src/pages/OfferRefund.tsx 
b/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
index a7d346ce6..b1cf63572 100644
--- a/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
+++ b/packages/merchant-backend-ui/src/pages/OfferRefund.tsx
@@ -53,6 +53,7 @@ function Head({ order_summary }: { order_summary?: string }): 
VNode {
     <meta charSet="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <meta name="taler-support" content="uri" />
+    <meta name="taler-uri" content="{{ taler_refund_uri }}"></meta>
     <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 d5e329e7f..513438ba2 100644
--- a/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
+++ b/packages/merchant-backend-ui/src/pages/RequestPayment.tsx
@@ -56,6 +56,7 @@ function Head({ order_summary }: { order_summary?: string }): 
VNode {
       <meta charSet="UTF-8" />
       <meta name="viewport" content="width=device-width, initial-scale=1.0" />
       <meta name="taler-support" content="uri" />
+      <meta name="taler-uri" content="{{ taler_pay_uri }}"></meta>
       <noscript>
         <meta http-equiv="refresh" content="1" />
       </noscript>

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