[ic] bug in the TCLink.pm module

Mike Heins mike at perusion.com
Wed Jun 9 13:14:21 EDT 2004


Quoting vitaly (vit at e-securion.com):
> Hello,
> 
> I have installed Interchange 5.2 version and found out there the same 
> bug as it was in the previous versions.
> 
> Please look line 359 of lib/Vend/Payment/TCLink.pm
> it is
> if ($result{status} == 'approved') {
> 
> please replace it to
> if ($result{status} eq 'approved') {
> 
> 
> I hope it will be fixed in the next stable version.

I guess the module maintainer is not watching the group. As it is
an obvious bug, I have fixed it in CVS. Thanks!

-- 
Mike Heins
Perusion -- Expert Interchange Consulting    http://www.perusion.com/
phone +1.765.647.1295  tollfree 800-949-1889 <mike at perusion.com>

There's nothing sweeter than life nor more precious than time.
-- Barney


More information about the interchange-users mailing list