Merge branch 'develop'

master
yixian 3 years ago
commit fbd9537f12

@ -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