Sha256: fbbad44a41368e1d5b2d0cc062f446fb670367bae7c5050bb7496db91efb4d91

Contents?: true

Size: 1.08 KB

Versions: 117

Compression:

Stored size: 1.08 KB

Contents

<p><strong>Thanks for your business!</strong></p>

<p>The latest payment for your <strong><%= @account.name -%> account on <%= t("app_name") %></strong> has been approved.  This is only a receipt, no payment is due. If you have any questions, please contact us anytime at <%= mail_to t("support_email"), t("support_email") %></p>

<hr/>

<table>
  <tr>
    <td>
      RECEIPT
    </td>
    <td>
      <%= @transaction.created_at.to_s(:short_date) -%>
    </td>
  </tr>
  <tr>
    <td colspan="2">
      Plan: <%= @account.plan.name -%></br>
      Charge: USD <%= number_to_currency @account.plan.price -%>*<br/>
      Credit card: XXXX-XXXX-XXXX-<%= @account.credit_card.last_4 %>

      <p><small>* EU customers: prices exclude VAT</small></p>
    </td>
  </tr>
  <tr>
    <td>
      <%= t("saucy.billing_address") %>
    </td>
    <td>
      <strong>Bill to:</strong><br/>
      <%= @account.name %><br/>
      <%= @account.credit_card.cardholder_name %>
    </td>
  </tr>
</table>

<hr/>

<p>Thanks for your business,<br/>
The <%= t("app_name") %> Team<br/>
<%= link_to t("app_url"), t("app_url") %></p>

Version data entries

117 entries across 117 versions & 2 rubygems

Version Path
saucy-0.16.1 app/views/billing_mailer/receipt.html.erb
saucy-0.16.0 app/views/billing_mailer/receipt.html.erb
saucy-0.15.2 app/views/billing_mailer/receipt.html.erb
saucy-0.15.1 app/views/billing_mailer/receipt.html.erb
saucy-0.15.0 app/views/billing_mailer/receipt.html.erb
saucy-0.14.5 app/views/billing_mailer/receipt.html.erb
saucy-0.14.3 app/views/billing_mailer/receipt.html.erb
saucy-0.10.10 app/views/billing_mailer/receipt.html.erb
saucy-0.14.2 app/views/billing_mailer/receipt.html.erb
saucy-0.14.1 app/views/billing_mailer/receipt.html.erb
saucy-0.14.0 app/views/billing_mailer/receipt.html.erb
saucy-0.13.3 app/views/billing_mailer/receipt.html.erb
saucy-0.13.2 app/views/billing_mailer/receipt.html.erb
saucy-0.10.9 app/views/billing_mailer/receipt.html.erb
saucy-0.10.8 app/views/billing_mailer/receipt.html.erb
saucy-0.13.1 app/views/billing_mailer/receipt.html.erb
saucy-0.13.0 app/views/billing_mailer/receipt.html.erb
saucy-0.12.5 app/views/billing_mailer/receipt.html.erb
saucy-0.12.4 app/views/billing_mailer/receipt.html.erb
saucy-0.12.3 app/views/billing_mailer/receipt.html.erb