[ic] bug in the TCLink.pm module

vitaly vit at e-securion.com
Wed Jun 9 11:48:10 EDT 2004


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.

Best
Vitaly


More information about the interchange-users mailing list