Sha256: a66f579bf7d6aac70e8ca85cc9bde6c53ecff3fb2d317bf378fafc96479ee750

Contents?: true

Size: 796 Bytes

Versions: 9

Compression:

Stored size: 796 Bytes

Contents

<p class="payment-type checkout-content-header">
  <%= Spree.t('stripe.ach.verify_bank_account').upcase %>
</p>

<div class="payment-gateway">
  <div class="payment-gateway-half-fields">
    <input type="hidden" name="order[payment_id]" value= <%= payment.id %> />
    <input type='hidden' name='verifyAch' value=true />
    <div class="mb-4 payment-gateway-field checkout-content-inner-field">
      <%= number_field_tag "amounts[]", nil, { id: "deposit1", class: 'spree-flat-input', placeholder: Spree.t('stripe.ach.first_deposit') } %>
    </div>
    <div class="mb-4 payment-gateway-field checkout-content-inner-field">
      <%= number_field_tag "amounts[]", nil, { id: "deposit2", class: 'spree-flat-input', placeholder: Spree.t('stripe.ach.second_deposit') } %>
    </div>
  </div>
</div>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
spree_gateway-3.11.0 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
spree_gateway-3.10.0 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
archetype_spree_gateway-3.9.5.1 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
archetype_spree_gateway-3.9.5 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
spree_gateway-3.9.4 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
spree_gateway-3.9.3 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
spree_gateway-3.9.2 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
spree_gateway-3.9.0 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb
spree_gateway-3.8.0 lib/views/frontend/spree/checkout/payment/_stripe_ach_verify.html.erb