Sha256: 3570bd1b9f965e126f378f9f62a431c9ba38e981a8ae288d1d1e181ddf19e258

Contents?: true

Size: 296 Bytes

Versions: 33

Compression:

Stored size: 296 Bytes

Contents

= form_tag(EffectiveOrders.paypal[:paypal_url], :method => 'post') do
  = hidden_field_tag :cmd, '_s-xclick'
  = hidden_field_tag :encrypted, paypal_encrypted_payload(order)

  = submit_tag order_checkout_label(:paypal), :class => 'btn btn-primary', :data => {'disable_with' => 'Continuing...' }

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
effective_orders-2.1.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-2.1.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-2.0.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-2.0.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.8.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.8.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.7.5 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.7.4 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.7.3 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.7.2 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.7.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.7.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.6.6 app/views/effective/orders/paypal/_form.html.haml