[ic] Authorize.net "stuck" in test mode

Gert van der Spoel gert at 3edge.com
Wed Mar 27 14:14:43 UTC 2013


> -----Original Message-----
> From: interchange-users-bounces at icdevgroup.org [mailto:interchange-users-
> bounces at icdevgroup.org] On Behalf Of DB
> Sent: woensdag 27 maart 2013 16:08
> To: interchange-users at icdevgroup.org
> Subject: Re: [ic] Authorize.net "stuck" in test mode
> 
> >> If I comment out this line from AuthorizeNet.pm:
> >>
> >> #  x_Test_Request => $opt->{test} || charge_param('test')
> >>
> >> Then the charges go through in live mode. I prefer to not hack things
> >> like this but I've been unable to find anywhere else to turn off test
> mode.
> >
> > I don't know where TRUE came from but FALSE could be true too.
> > Have you tried just removing the MV_PAYMENT_TEST variable completely,
> > or at least:
> >
> >  Variable MV_PAYMENT_TEST 0
> >
> > --
> > Mike Heins
> > Perusion -- Expert Interchange Consulting    http://www.perusion.com/
> > phone +1.765.253.4194  <mike at perusion.com>
> >
> > Opportunity is missed by most people because it is dressed in
> > overalls and looks like work. -- Thomas Edison
> 
> Hi - yes I should have mentioned that. I tried both removing it and
> setting it to 0, but neither made a difference.
> 

Have you tried a grep over your whole catalog for multiple instances of
MV_PAYMENT_TEST somewhere?  

Although it sounds more like somewhere you set a $opt->{test}  or
charge_param('test')  somewhere you don't realize?

CU,

Gert





More information about the interchange-users mailing list