I've been banging my head against the wall on this one for hours now,
and have run out of ideas. Has anyone successfully gotten the relay
response to work with authorize.net's SIM method of credit card
processing?

Here's my deal:
The test cc is processed successfully, but i have problems getting
back to my page. I get this message:
"An error occurred while trying to report this transaction to the
merchant. An e-mail has been sent to the merchant informing them of
the error. The following is the result of the attempt to charge your
credit card."

In my form i post directly to the authorize.net test server, and i
have specified these fields:
x_relay_response = true
x_relay_url = http://[myserver]/registration/receipt

"/receipt" is actually routed to "attendees/receipt". I have also
tried to specify http://[myserver]/registration/attendees/receipt as
the x_relay_url as well, thinking it was a routing issue.

Both of these addresses work fine if i type them directly into the
browser. At this point i am just trying to echo 'success!';

The odd thing is that if i remove $this->Auth->allow('receipt') from
my attendees controller, the response from authorize.net gets kicked
to my login page. I have tried everything i can think of. debug is set
to 0. There are no errors in my code. I don't know what else to try.

Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to 
cake-php+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to