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