diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-21 16:32:19 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-21 16:32:19 +0530 |
commit | 9267b7301f29ecd194ff10d009e5ab7a5989c578 (patch) | |
tree | ef9ec74d07367b348c1ed9cf3ca949ea40aa0b66 | |
parent | 87a93ed1607cdc5a5e3ec8e0e37d6c288d4cf5cc (diff) |
pretty-print contract terms JSON for now
-rw-r--r-- | contrib/show_order_details.en.must | 2 |
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> |