Displaying 1 result from an estimated 1 matches for "relay_response".
Did you mean:
read_response
2006 May 05
0
Authorize.net problem..
...,
@expiration="1/2008",
@required=[],
@country="United States of America",
@url="https://secure.authorize.net/gateway/transact.dll",
@card_number="5424000000000015",
@login="8888888888",
@zip="43567",
@address="13789 E. Elma",
@relay_response="FALSE">
When I do a transaction.submit my transaction fails and when I try to do
this:
puts "ERROR: #{transaction.error_message}"
I get
ERROR:
I get nothing back and my transaction fails. I am trying to understand
why my test transaction is not going through and what I a...