summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-14 09:35:08 -0300
committerSebastian <sebasjm@gmail.com>2024-02-14 09:35:08 -0300
commit92d9f83e9e0c5fb7705faca15a96bb7f351ae120 (patch)
treeece1c72ca0516133e4eba7e4e26d61c179b3e823 /backend
parentae088de54c086613a52cd6dd8d88f6535634c420 (diff)
downloadwallet-core-92d9f83e9e0c5fb7705faca15a96bb7f351ae120.tar.gz
wallet-core-92d9f83e9e0c5fb7705faca15a96bb7f351ae120.tar.bz2
wallet-core-92d9f83e9e0c5fb7705faca15a96bb7f351ae120.zip
asd
Diffstat (limited to 'backend')
-rw-r--r--backend/offer_refund.en.html5
-rw-r--r--backend/request_payment.en.html5
-rw-r--r--backend/show_order_details.en.html10
3 files changed, 16 insertions, 4 deletions
diff --git a/backend/offer_refund.en.html b/backend/offer_refund.en.html
index 77c11bad8..c344ee01b 100644
--- a/backend/offer_refund.en.html
+++ b/backend/offer_refund.en.html
@@ -2,7 +2,7 @@
<!doctype html>
<html>
<head>
- <meta charSet="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><noscript><meta http-equiv="refresh" content="1" /></noscript><title>Refund available for {{ order_summary }}</title>
+ <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><title>Refund available for {{ order_summary }}</title>
<style>/* linaria:index_15ba2f5.linaria.css */
.q1ma0zxq {
margin: auto;
@@ -4262,6 +4262,9 @@ var page = (() => {
}), /* @__PURE__ */ h("meta", {
name: "viewport",
content: "width=device-width, initial-scale=1.0"
+ }), /* @__PURE__ */ h("meta", {
+ name: "taler-support",
+ content: "uri"
}), /* @__PURE__ */ h("noscript", null, /* @__PURE__ */ h("meta", {
"http-equiv": "refresh",
content: "1"
diff --git a/backend/request_payment.en.html b/backend/request_payment.en.html
index b3e653a0a..792d6c53a 100644
--- a/backend/request_payment.en.html
+++ b/backend/request_payment.en.html
@@ -2,7 +2,7 @@
<!doctype html>
<html>
<head>
- <meta charSet="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><noscript><meta http-equiv="refresh" content="1" /></noscript><title>Payment requested for {{ order_summary }}</title>
+ <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><title>Payment requested for {{ order_summary }}</title>
<style>/* linaria:index_15ba2f5.linaria.css */
.q1ma0zxq {
margin: auto;
@@ -4262,6 +4262,9 @@ var page = (() => {
}), /* @__PURE__ */ h("meta", {
name: "viewport",
content: "width=device-width, initial-scale=1.0"
+ }), /* @__PURE__ */ h("meta", {
+ name: "taler-support",
+ content: "uri"
}), /* @__PURE__ */ h("noscript", null, /* @__PURE__ */ h("meta", {
"http-equiv": "refresh",
content: "1"
diff --git a/backend/show_order_details.en.html b/backend/show_order_details.en.html
index 7f68d8b9f..b41fd01b7 100644
--- a/backend/show_order_details.en.html
+++ b/backend/show_order_details.en.html
@@ -2,7 +2,7 @@
<!doctype html>
<html>
<head>
- <meta charSet="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>Status of your order for {{ order_summary }}</title><script>
+ <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><title>Status of your order for {{ order_summary }}</title><script>
var contractTermsStr = '{{{contract_terms_json}}}';
</script>
<style>/* linaria:index_15ba2f5.linaria.css */
@@ -4460,7 +4460,13 @@ var page = (() => {
}), /* @__PURE__ */ h3("meta", {
name: "viewport",
content: "width=device-width, initial-scale=1.0"
- }), /* @__PURE__ */ h3("title", null, "Status of your order for", " ", order_summary ? order_summary : `{{ order_summary }}`), /* @__PURE__ */ h3("script", null, `
+ }), /* @__PURE__ */ h3("meta", {
+ name: "taler-support",
+ content: "uri"
+ }), /* @__PURE__ */ h3("noscript", null, /* @__PURE__ */ h3("meta", {
+ "http-equiv": "refresh",
+ content: "1"
+ })), /* @__PURE__ */ h3("title", null, "Status of your order for", " ", order_summary ? order_summary : `{{ order_summary }}`), /* @__PURE__ */ h3("script", null, `
var contractTermsStr = '{{{contract_terms_json}}}';
`));
}