[freeside] BankOfAmerica Processing Error

Kevin Ragsdale kragsdale3 at cox.net
Thu Sep 26 20:28:01 PDT 2002


----- Original Message -----
From: <ivan at 420.am>
To: <ivan-freeside at sisd.com>
Sent: Thursday, September 26, 2002 8:52 PM
Subject: Re: [freeside] BankOfAmerica Processing Error


> Thanks for the bugreport, but problems with your specific
> Business::OnlinePayment gateway module probably aren't on topic here.
> Try
>
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Business-OnlinePayment-BankOf
America
>
> You probably need to have someone look at B::OP::BankOfAmerica for you;
> it's pretty much orphaned by me (I have no customers on it, and no
> access to the gateway for testing).
>
> --
> _ivan

Ivan,

How can we view the Settlement response string sent back from BofA?  And
would it be possible to get an explanation of what the module is trying to
parse with the

my %response;
    if ( $action eq 'post authorization' ) {
     $page =~ s/<HTML>.*//s;
     $page =~ s/\n+$//;
     %response =
        map { /^(\w+)\=(.*)$/ or /^()()$/ or die $_; lc($1) => $2 }
          split(/\r/, $page);
    } else {
      %response =
        map { /^(\w+)\=(.*)$/ or die $_; lc($1) => $2 } split(/\<BR\>/i,
$page);
    }

section of the module?

Thanks,

Kevin




More information about the freeside-users mailing list