Skip to content

Instantly share code, notes, and snippets.

@tekin
Created June 30, 2009 18:49
Show Gist options
  • Save tekin/138329 to your computer and use it in GitHub Desktop.
Save tekin/138329 to your computer and use it in GitHub Desktop.
<% form_tag(params[:acs_url], :id => '3dform') do %>
<%= hidden_field_tag :PaReq, params[:pa_req] %>
<%= hidden_field_tag :MD, params[:md] %>
<%= hidden_field_tag :TermUrl, three_d_complete_order_payment_url(@order) %>
<noscript>
<p>Click the button below to continue with verification.</p>
<%= submit_tag 'Continue with Card Verfication' %>
</noscript>
<% end %>
<% javascript_tag do %>
window.onload=function(){
document.getElementById('3dform').submit();
}
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment