diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-07-29 15:44:47 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-29 15:44:47 +0200 |
commit | c9aaad5fb787a339dab703331164e377b18b75fc (patch) | |
tree | 221e8283278290447db0903a3e752788e354ddcf /contrib | |
parent | cf42868740b7481d2ebaac4ca0a152fbd9e97a95 (diff) |
fix QR code generation
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 | ||||
-rw-r--r-- | contrib/request_payment.must | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 589b36f3..17c8ea4a 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -1,3 +1,5 @@ +pkgdatadir = $(prefix)/share/taler/merchant/ + dist_pkgdata_DATA = \ request_payment.must \ offer_refund.must diff --git a/contrib/request_payment.must b/contrib/request_payment.must index 89062b6f..6ef7794e 100644 --- a/contrib/request_payment.must +++ b/contrib/request_payment.must @@ -153,7 +153,7 @@ body { <p> You can use this QR code to pay with your mobile wallet: </p> - {{taler_pay_qrcode_svg}} + {{{taler_pay_qrcode_svg}}} <p> Click <a href="{{taler_pay_uri}}">this link</a> to open your system's Taler wallet if it exists. |