diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-08-03 14:17:06 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-08-03 14:17:06 +0200 |
commit | 708abb48f8f002e11d399431c959c81842eaf962 (patch) | |
tree | d0de0ffabcb7c0e6d74e4b470f28bba11232a16a | |
parent | a7864bfc3f50450c40ed24a1cf28a0f3e6c411e3 (diff) |
ref to 6460
-rw-r--r-- | contrib/offer_refund.en.must | 2 | ||||
-rw-r--r-- | contrib/request_payment.en.must | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/offer_refund.en.must b/contrib/offer_refund.en.must index f2e2bb36..5aacb85d 100644 --- a/contrib/offer_refund.en.must +++ b/contrib/offer_refund.en.must @@ -23,7 +23,7 @@ <meta http-equiv="refresh" content="1"> </noscript> <title>Refund available for {{order_summary}}</title> - <!-- FIXME: inline this? How to best serve this without using 3rd party? --> + <!-- FIXME-6460: allow taler-merchant-httpd to serve this, so we do not use 3rd party? --> <link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" diff --git a/contrib/request_payment.en.must b/contrib/request_payment.en.must index 7369a54c..a2e615ef 100644 --- a/contrib/request_payment.en.must +++ b/contrib/request_payment.en.must @@ -23,7 +23,7 @@ <meta http-equiv="refresh" content="1"> </noscript> <title>Payment required for {{order_summary}}</title> - <!-- FIXME: inline this? How to best serve this without using 3rd party? --> + <!-- FIXME-6460: allow taler-merchant-httpd to serve this, so we do not use 3rd party? --> <link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/pure-min.css" integrity="sha384-cg6SkqEOCV1NbJoCu11+bm0NvBRc8IYLRGXkmNrqUBfTjmMYwNKPWBTIKyw9mHNJ" |