[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Java Payflow Pro on Interchange
Wow! I replaced it and restarted the server, and presto! Declined with
the test number! (I did have to remove the single quotes around RESULT.)
Thanks, Ron!
Josh
On Wednesday, June 12, 2002, at 03:38 PM, Ron Phipps wrote:
>
> Try changing:
>
> my $decline = $result{'pop.status'};
>
> to
>
> my $decline = $result{'RESULT'};
>
> It looks like the module in IC 4.8.x changed the result map. See in the
> old result map pop.status = RESULT. Pop.status now equals ICSTATUS in
> the new module which appears to always be 0.