Sha256: bfbb8c659b7b5a89a2fe15b4325d01d4a9e4f3d3f5545a0748dbaa62479bf853

Contents?: true

Size: 434 Bytes

Versions: 10

Compression:

Stored size: 434 Bytes

Contents

<% if payment_method.v3_elements? %>
  <%= render 'spree/checkout/payment/v3/elements', payment_method: payment_method %>
<% elsif payment_method.v3_intents? %>
  <%= render 'spree/checkout/payment/v3/intents', payment_method: payment_method %>
<% else %>
  <%= render "spree/checkout/payment/gateway", payment_method: payment_method %>
  <%= render 'spree/checkout/payment/v2/javascript', payment_method: payment_method %>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
solidus_stripe-4.4.1 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-4.4.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-4.3.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-4.2.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-4.1.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-3.2.1 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-4.0.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-3.2.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-3.1.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb
solidus_stripe-3.0.0 lib/views/frontend/spree/checkout/payment/_stripe.html.erb