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.2.17 app/views/billing_mailer/receipt.html.erb
saucy-0.2.16 app/views/billing_mailer/receipt.html.erb
saucy-0.2.15 app/views/billing_mailer/receipt.html.erb
saucy-0.2.14 app/views/billing_mailer/receipt.html.erb
saucy-0.2.13 app/views/billing_mailer/receipt.html.erb
saucy-0.2.12 app/views/billing_mailer/receipt.html.erb
saucy-0.2.11 app/views/billing_mailer/receipt.html.erb
saucy-0.2.10 app/views/billing_mailer/receipt.html.erb
saucy-0.2.9 app/views/billing_mailer/receipt.html.erb
saucy-0.2.8.1 app/views/billing_mailer/receipt.html.erb
saucy-0.2.8 app/views/billing_mailer/receipt.html.erb
saucy-0.2.7 app/views/billing_mailer/receipt.html.erb
saucy-0.2.6.1 app/views/billing_mailer/receipt.html.erb
saucy-0.2.6 app/views/billing_mailer/receipt.html.erb
saucy-0.2.5 app/views/billing_mailer/receipt.html.erb
saucy-0.2.4.1 app/views/billing_mailer/receipt.html.erb
saucy-0.2.4 app/views/billing_mailer/receipt.html.erb