[ic] payment module authorizenet (modifications)

Philip S. Hempel interchange-users@icdevgroup.org
Fri May 23 15:24:01 2003


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?



> It looks like mv_credit_card_cvv2 gets remapped, although I didn't poke
> through the code too closely. Just a guess, but maybe that'll do it.
> 

I tried this as well, thought this was usable but got nothing from it.

I truly don't understand the way some things map with no problem and
others do have. I think just like the mv_order_number not getting passed
is the same problem I am having with the cvv2 or mv_credit_card_cvv2

Any other suggestions?

BTW I just downloaded this mornings daily snapshot and looks like
someone has added more mappings to the module.

> - Dwayne
> 

Thanks again all

-- 
Philip S. Hempel

Give a man a fish and he will feed himself for a day.
Teach a man to fish and he will feed himself for a lifetime.

http://linuxhardcore.com/