Created
January 28, 2018 02:31
-
-
Save xdite/286787ac2e4c9e14ddc9a48b92501b4f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p><%= @payer.email %>,您好!</p> | |
| <br /> | |
| <p>买家 <%= @payee.user_name %> 已于 <%= @time %> 确认付款,订单号为 <%= @order.no %>,</p> | |
| 付款金额为: <%= render_floored_fiat_currency_amount(@order.fiat_currency_amount_with_random_decimal, @order.fiat_currency) %> <%= @order.human_fiat_currency %> | |
| <% if @order.fee_payer?(@payer) %> | |
| <p>此笔订单的交易金额为 <%= @order.crypto_currency_amount.to_floored(@order.currency) %> + <%= @order.fee.to_floored(@order.currency) %> (交易手续费) = <%= @order.paid_crypto_amount.to_floored(@order.currency) %> <%= @order.human_currency %> </p> | |
| <% else %> | |
| <p>此笔订单的交易金额为 <%= @order.crypto_currency_amount.to_floored(@order.currency) %> <%= @order.human_currency %>。 </p> | |
| <% end %> | |
| <br /> | |
| <p>请您尽速于您指定的收款帐户确认款项是否已入帐,若您未于24小时内确认款项并释放虚拟数字货币,系统将自动移转交易之虚拟数字货币至买家钱包中。您可以点击 <%= link_to "订单链接", offer_order_url(@offer.token, @order.token) %> 查看交易详情,与买家进行沟通。</p> | |
| <br /> | |
| <p>如果您发现买家未转帐,却标记已付款,请尽速联系客服人员,我们将协助处理。</p> | |
| <br /> | |
| <p>请注意 OTCBTC 绝不会以任何形式询问您的帐户密码和验证码。</p> | |
| <p>本邮件由系统自动生成,无需授权签名,请勿直接回复本邮件。</p> | |
| <p>-----------------------------------------------</p> | |
| <p>官方网站:<a href="https://<%= ENV["APPLICATION_HOST"] %>">https://<%= ENV["APPLICATION_HOST"] %></a></p> | |
| <p>邮箱服务:<a href="mailto:[email protected]">[email protected]</a></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment