gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated (d436163 -> a864161)


From: gnunet
Subject: [taler-merchant] branch master updated (d436163 -> a864161)
Date: Sat, 08 Aug 2020 09:19:29 +0200

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

dold pushed a change to branch master
in repository merchant.

    from d436163  add missing indices
     new 47c6ddc  remove obsolete data-taler-nojs
     new a864161  remove unused JS function

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 contrib/depleted_tip.en.must       |  2 +-
 contrib/offer_refund.en.must       |  2 +-
 contrib/offer_tip.en.must          |  2 +-
 contrib/request_payment.en.must    | 14 +-------------
 contrib/show_order_details.en.must |  2 +-
 5 files changed, 5 insertions(+), 17 deletions(-)

diff --git a/contrib/depleted_tip.en.must b/contrib/depleted_tip.en.must
index 370e9b9..694bb72 100644
--- a/contrib/depleted_tip.en.must
+++ b/contrib/depleted_tip.en.must
@@ -15,7 +15,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html data-taler-nojs="true">
+<html>
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
diff --git a/contrib/offer_refund.en.must b/contrib/offer_refund.en.must
index 8dc9f93..b166fea 100644
--- a/contrib/offer_refund.en.must
+++ b/contrib/offer_refund.en.must
@@ -15,7 +15,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html data-taler-nojs="true">
+<html>
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
diff --git a/contrib/offer_tip.en.must b/contrib/offer_tip.en.must
index 0a7f366..21fb9b3 100644
--- a/contrib/offer_tip.en.must
+++ b/contrib/offer_tip.en.must
@@ -15,7 +15,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html data-taler-nojs="true">
+<html>
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must
index 4faa9f2..56063cb 100644
--- a/contrib/request_payment.en.must
+++ b/contrib/request_payment.en.must
@@ -15,7 +15,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html data-taler-nojs="true">
+<html>
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -90,18 +90,6 @@ body {
 
 <body>
 <script>
-  function pay_uri_to_order_url(uri) {
-    let parsed = taleruri.parsePayUri(uri);
-    if (!parsed) {
-      throw Error("could not parse Taler pay URI");
-    }
-    let url = parsed.merchantBaseUrl + "orders/" + parsed.orderId;
-    if (parsed.claimToken) {
-      url = url + "?token=" + parsed.claimToken;
-    }
-    return url;
-  }
-
   let checkUrl = "{{order_status_url}}";
   let delayMs = 500;
   function check() {
diff --git a/contrib/show_order_details.en.must 
b/contrib/show_order_details.en.must
index c114ee9..128a791 100644
--- a/contrib/show_order_details.en.must
+++ b/contrib/show_order_details.en.must
@@ -15,7 +15,7 @@
   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
 -->
 
-<html data-taler-nojs="true">
+<html>
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">

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