We received payment for your <%= link_to Pay.application_name, root_url %> subscription. Thanks for your business!

Questions? Please reply to this email.

------------------------------------
RECEIPT - SUBSCRIPTION

<%= Pay.application_name %>
Amount: <%= params[:pay_charge].amount_with_currency %>

Charged to: <%= params[:pay_charge].charged_to %>
Transaction ID: <%= params[:pay_charge].id %>
Date: <%= l params[:pay_charge].created_at %>
<% if params[:pay_charge].customer.owner.try(:extra_billing_info?) %> <%= params[:pay_charge].customer.owner.extra_billing_info %>
<% end %>

<%= simple_format [Pay.business_name, Pay.business_address].join("\n") %> ------------------------------------