risk_upload_mail.html 修改

master
dalong306 3 years ago
parent 24e5a57358
commit 962776940d

@ -171,13 +171,13 @@
</p> </p>
<dl> <dl>
<dt>The relevant transaction details: (交易详情):</dt> <dt>The relevant transaction details: (交易详情):</dt>
<dd>Order ID: <span th:text="${orderInfo.order_id}"></span></dd> <dd>Order ID: <span th:text="*{orderInfo.order_id}"></span></dd>
<dd>Date & Time: <span th:text="${orderInfo.pay_time}"></span></dd> <dd>Date & Time: <span th:text="*{orderInfo.pay_time}"></span></dd>
<dd>Card Number: <span th:text="${orderInfo.ext_params.card_alias}"></span></dd> <dd>Card Number: <span th:text="*{orderInfo.ext_params.card_alias}"></span></dd>
<dd>Customer Name: <span th:text="${orderInfo.ext_params.name}"></span></dd> <dd>Customer Name: <span th:text="*{orderInfo.ext_params.name}"></span></dd>
<dd>Customer Address: <span th:text="${orderInfo.ext_params.address}"></span></dd> <dd>Customer Address: <span th:text="*{orderInfo.ext_params.address}"></span></dd>
<dd>Amount: <span th:text="|AUD ${orderInfo.clearing_amount}|"></span></dd> <dd>Amount: <span th:text="|AUD *{orderInfo.clearing_amount}|"></span></dd>
<dd>Reason: <span th:text="${description}"></span></dd> <dd>Reason: <span th:text="*{description}"></span></dd>
</dl> </dl>
<p> <p>

Loading…
Cancel
Save