Sha256: a3773baabf9c0e268c7eaad7d101f836d12f53c2c6c9f0fc0a3c530177447735

Contents?: true

Size: 637 Bytes

Versions: 3

Compression:

Stored size: 637 Bytes

Contents

<div>
  <p>
    Thank you for your order. Instructions have been sent to your e-mail address.<br/>
    Please follow the link below to complete your purchase:
  </p>

  <%= link_to source.instructions_url do %>
    How to pay with PayEasy
  <% end %>
</div>
<br>

<div class='alert alert-info' role='alert'>
  <dl>
    <dt>Bank Number</dt>
    <dd><%= source.bank_id %></dd>
    <dt>Customer Number</dt>
    <dd><%= source.customer_id %></dd>
    <dt>Confirmation Number</dt>
    <dd><%= source.confirmation_id %></dd>
    <dt>Expiry Date</dt>
    <dd><%= l source.expires_at.in_time_zone("Tokyo"), format: :short %></dd>
  </dl>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
spree_komoju-0.0.8 app/views/spree/orders/_pay_easy.html.erb
spree_komoju-0.0.7 app/views/spree/orders/_pay_easy.html.erb
spree_komoju-0.0.6 app/views/spree/orders/_pay_easy.html.erb