summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-21 16:32:19 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-21 16:32:19 +0530
commit9267b7301f29ecd194ff10d009e5ab7a5989c578 (patch)
treeef9ec74d07367b348c1ed9cf3ca949ea40aa0b66 /contrib
parent87a93ed1607cdc5a5e3ec8e0e37d6c288d4cf5cc (diff)
downloadmerchant-9267b7301f29ecd194ff10d009e5ab7a5989c578.tar.gz
merchant-9267b7301f29ecd194ff10d009e5ab7a5989c578.tar.bz2
merchant-9267b7301f29ecd194ff10d009e5ab7a5989c578.zip
pretty-print contract terms JSON for now
Diffstat (limited to 'contrib')
-rw-r--r--contrib/show_order_details.en.must2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/show_order_details.en.must b/contrib/show_order_details.en.must
index 36885850..a4b23fb9 100644
--- a/contrib/show_order_details.en.must
+++ b/contrib/show_order_details.en.must
@@ -56,7 +56,7 @@ The merchant has granted you refunds on the purchase of <b>{{refund_amount}}</b>
<!-- FIXME #6459: expand the contract JSON in all its glory here -->
<pre>
- {{{contract}}}
+ {{{ contract_terms!stringify }}}
</pre>
</body>