Sha256: 5f92bd0772c9ef8220ff1f08422a1e90af2b17886d21b6e57e0b78693ed2d47b

Contents?: true

Size: 874 Bytes

Versions: 12

Compression:

Stored size: 874 Bytes

Contents

<p data-hook="skrill_quick_checkout"></p>

<%
opts = {}
opts[:transaction_id] = "#{@order.number}"
opts[:amount] = @order.total
opts[:return_url] = skrill_return_order_checkout_url(@order, :token => @order.guest_token,
                                                             :payment_method_id => payment_method.id)
opts[:cancel_url] = skrill_cancel_order_checkout_url(@order, :token => @order.guest_token)
opts[:status_url] = skrill_url
opts[:payment_method_id] = payment_method.id
%>

<style>
  iframe.skrill_frame{
    border: 0px;
    width: 500px;
    height: 500px;
  }
</style>

<fieldset id="skrill_payment__<%= payment_method.id %>" data-hook>
  <legend><%= Spree.t(:payment_information) %></legend>
  <iframe id="skrill_frame_<%= payment_method.id %>"
          class="skrill_frame" src="<%= payment_method.redirect_url @order, opts %>"></iframe>
</fieldset>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
spree_gateway-3.3.0.rc2 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
spree_gateway-3.3.0.rc1 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
spree_gateway-3.2.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
spree_gateway-3.2.0.beta lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
solidus_gateway-1.1.1 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
solidus_gateway-1.1.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
spree_gateway-3.1.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
spree_gateway-3.0.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
solidus_gateway-1.0.1 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
solidus_gateway-0.9.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
solidus_gateway-1.0.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb
spree_first_data_gge4-3.0.0 lib/views/frontend/spree/checkout/payment/_quickcheckout.html.erb