risk_upload_mail.html 修改

master
dalong306 4 years ago
parent 44baebb509
commit 7ca488a837

@ -171,12 +171,12 @@
</p>
<dl>
<dt>The relevant transaction details: (交易详情):</dt>
<dd>Order ID: <span th:text="*{orderInfo.order_id}"></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>Customer Name: <span th:text="*{orderInfo.ext_params.name}"></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>Order ID: <span th:text="*{orderInfo['order_id']}"></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>Customer Name: <span th:text="*{orderInfo['ext_params']['name']}"></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>Reason: <span th:text="*{description}"></span></dd>
</dl>

Loading…
Cancel
Save