Sha256: 14d0be53c35ebbed068716b0c676419ef1bbccb7f8a83dd6e51013a2a5a3415e
Contents?: true
Size: 242 Bytes
Versions: 2
Compression:
Stored size: 242 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'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
effective_orders-1.3.1 | app/views/effective/orders/paypal/_form.html.haml |
effective_orders-1.3.0 | app/views/effective/orders/paypal/_form.html.haml |