Sha256: b2f4d8df45e2730b475fa02f589a4219456412eed9ea264ba86a177b43e3817e
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
<html> <body onload="document.submit2gtpay_form.submit()" style="text-align:center; font-family:Arial, Helvetica, sans-serif; padding-top:100px;"> <h1 class="message">We are processing your request.<br/>Please do not press browser back button</h1> <div style="text-align:center; padding:50px 0;" align="center"><img src="http://www.youth.athletics.ca/images/ajax-loader.gif"></div> <form name="submit2gtpay_form" action="<%= gtpay_payment_method.preferred_payment_url%>" target="_self" method="post" style="diaplay:none;"> <input type="hidden" name="gtpay_mert_id" value="<%= gtpay_payment_method.preferred_merchant_id %>" /> <input type="hidden" name="gtpay_tranx_id" value="<%= @transaction.gtpay_tranx_id %>" /> <input type="hidden" name="gtpay_tranx_amt" value="<%= @transaction.amount_in_cents %>" /> <input type="hidden" name="gtpay_tranx_curr" value="<%= @transaction.gtpay_tranx_currency %>" /> <input type="hidden" name="gtpay_cust_id" value="<%= @transaction.user_id %>" /> <input type="hidden" name="gtpay_cust_name" value="<%= @transaction.email %>" /> <input type="hidden" name="gtpay_tranx_noti_url" value="<%= callback_gtpay_transactions_url %>" /> <input type="submit" value="Pay Via GTPay" name="btnSubmit" style="display:none"/> </form> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
spree_gtpay-1.0.2 | app/views/spree/checkout/confirm.html.erb |
spree_gtpay-1.0.1 | app/views/spree/checkout/confirm.html.erb |
spree_gtpay-1.0.0 | app/views/spree/checkout/confirm.html.erb |