The first thing I do when I take an update is change line 134 of uc_authorize.net.module from
<?php
'x_type' => 'AUTH_CAPTURE',
to
'x_type' => 'AUTH_ONLY',
?>I wonder if this should be an option of the authorize.net module in the admin setup instead of a hack. Does anybody else, using authorize.net, use it just to screen cards as opposed to capturing funds?
Steve





Gonna toy with it. In the meantime I added the possibility to set it to AUTH_ONLY, and I will make the delimiter configurable.