[ic] payment module authorizenet (modifications)

Dwayne Holmberg interchange-users@icdevgroup.org
Fri May 23 17:21:01 2003


On Fri, 2003-05-23 at 15:23, Philip S. Hempel wrote: 
> On Fri, 2003-05-23 at 12:13, Dwayne wrote:
> > On Fri, 2003-05-23 at 11:52, Philip S. Hempel wrote:
> > > I placed mv_credit_card_cvv2 and a form on the checkout and that worked
> > > fine. I do an order and the encrypted card that is emailed get the cvv2
> > > number.
> > > Ok for the remap I placed the 
> > > x_Card_Code => $actual->{mv_credit_card_cvv2}
> > > 
> > > x_Card_Code does not map. 
> > 
> > Have you tried:
> > 
> > x_Card_Code => $actual->{cvv2}
> > 
> > I just did a dump of $actual and it spit out (non relevant stuff
> > snipped):
> > Vend::Payment:debug: {
> >   'mv_credit_card_exp_month' => 3,
> >   'mv_credit_card_number' => '4111111111111111',
> >   'cvv2' => undef,  <--- undef 'cause I'm not using it right now
> > }
> > 
> 
> this is what I get no matter what I happen to use. Should I be using
> cvv2 as the input variable instead of mv_credit_card_cvv2?

hmm...too bad that didn't work. I was shooting from the hip, always dangerous.

No, mv_credit_card_cvv2 is what you want for the input field name. It's expected in other places. If I have time later, I'll grep through the code and see what I can find. Unless anyone else has an offhand solution.

-- 
Dwayne Holmberg
Iconys Informatica, Inc.

http://iconys.com
Ph:  780.423-1700
Fax: 780.423-1775