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