Sha256: a649ef47c6b950575e6cd0e3641a304a5f8dd3d9ef916bba8b4663a60545d14e

Contents?: true

Size: 479 Bytes

Versions: 1114

Compression:

Stored size: 479 Bytes

Contents

<%
# This relay page is rendered from the authorize.net server in a hidden iframe 
# on the host application's checkout page.
#
# Since security rules in browsers disallow javascript access to and from 
# iframes with pages in different domains, we need to send things back to 
# a page on our own domain so we can bubble up the response.
#
%><!DOCTYPE>
<html>
<body>    
<script type='text/javascript'>
window.location = <%= raw Caboose.json(@url) %>;
</script>
</body>
</html>

Version data entries

1,114 entries across 607 versions & 1 rubygems

Version Path
caboose-cms-0.9.229 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.229 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-1.0.2 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-1.0.2 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-1.0.1 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-1.0.1 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.228 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.228 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.227 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.227 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.226 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.226 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.225 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.225 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.224 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.224 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.223 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.223 app/views/caboose/my_account_invoices/authnet_relay.html.erb
caboose-cms-0.9.222 app/views/caboose/checkout/authnet_relay.html.erb
caboose-cms-0.9.222 app/views/caboose/my_account_invoices/authnet_relay.html.erb