Sha256: 4995b7d8e1df02a543fbb7146524119d8445b2f7cc46455de9c4df1bc974717b

Contents?: true

Size: 299 Bytes

Versions: 15

Compression:

Stored size: 299 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 'Checkout with PayPal', :class => 'btn btn-primary', :data => {'disable_with' => 'Proceeding to PayPal...' }

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
effective_orders-1.4.2 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.4.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.4.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.13 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.12 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.11 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.10 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.9 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.8 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.7 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.6 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.5 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.4 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.3 app/views/effective/orders/paypal/_form.html.haml
effective_orders-1.3.2 app/views/effective/orders/paypal/_form.html.haml