Sha256: bea5240c6b28bd547b9301dd0c31d3bdd37de0b5a2f38df693fbfb9a5100f6ab

Contents?: true

Size: 283 Bytes

Versions: 16

Compression:

Stored size: 283 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

16 entries across 16 versions & 1 rubygems

Version Path
effective_orders-3.2.3 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.2.2 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.2.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.2.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.1.7 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.1.6 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.1.4 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.1.3 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.1.0 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.0.4 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.0.3 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.0.2 app/views/effective/orders/paypal/_form.html.haml
effective_orders-4.0.0beta2 app/views/effective/orders/paypal/_form.html.haml
effective_orders-4.0.0beta1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.0.1 app/views/effective/orders/paypal/_form.html.haml
effective_orders-3.0.0 app/views/effective/orders/paypal/_form.html.haml