RE: Authorize.net Consolidated v.1.0 for AIM

alex B <[email protected]> 21 Aug 2003 16:55:08 -0000
Newsgroups gmane.comp.web.oscommerce.features
Message-ID <8f9bc4c077b9861a199cbad07ff42471@osCommerce-Forums>
This message was sent from: Features
http://forums.oscommerce.com/viewtopic.php?p=217455#217455
----------------------------------------------------------------

Found the solution to my problem in another thread
http://forums.oscommerce.com/viewtopic.php?t=53734&postdays=0&postorder=asc&highlight=authorize+net&start=30

I needed to change 
x_Type => 'AUTH_CAPTURE',

to

x_Type => 'AUTH_ONLY',

that fixed the problem. Yet, I do not like the way it currently being handled. I have to go to authorize.net and handle that transaction manually.
Not very helpful. What if there are 100 transaction per day? There must be a better way than that