[ic] BoA not connecting

Chad Burkhart interchange-users@icdevgroup.org
Wed Jul 24 14:03:00 2002


I am using the Foundation demo to try to connect to Bank of America's 
payment processor and I am having problems with the BoA module not 
connecting or timing out.
My catalog.cfg reads as follows....

# Read in initial variables from a database.
Variable MV_PAYMENT_MODE boa
Variable MV_PAYMENT_ID my_id
Variable MV_PAYMENT_USERNAME my_username
Variable MV_PAYMENT_SECRET my_secret
Variable MV_PAYMENT_REFERER my_referer
Variable MV_PAYMENT_ACCEPT 0

my route is as follows....

Route   boa          id            "MV_PAYMENT_ID"
Route   boa          username    "MV_PAYMENT_USERNAME"
Route   boa          secret            "MV_PAYMENT_SECRET"
Route   boa          referer     "MV_PAYMENT_REFERER"
Route   boa          accept            "MV_PAYMENT_ACCEPT"

I have also required the BoA.pm module in catalog.cfg as well.

When I place an order I get a payment processor not responding error
I noticed that the BoA.pm file does not have the script specified like the 
authorizenet module does...

$opt->{host}   ||= 'cart.bamart.com';

$opt->{port}   ||= 443;

Could this be what's wrong?
Has anybody else ran into this problem?
Any suggestions would be GREATLY appreciated.