[bop-devel] Business-OnlinePayment-PayflowPro-1.01

Chris Faust chris at gristmillmedia.com
Fri Oct 30 10:26:05 PDT 2009


Thanks for the reply Josh,

That still doesn't work for me, I have "user" and "pwd" defined in content
and I still just get "Authentication Failed".

And if I die right before the Net::SSLeay post_https and print the contents
of $raw_data, there is no username or password in the string (everything
else in content is in there but no username and password).

-Chris

-----Original Message-----
From: bop-devel-bounces at 420.am [mailto:bop-devel-bounces at 420.am] On Behalf
Of Josh Rosenbaum
Sent: Friday, October 30, 2009 12:22 PM
To: bop-devel at 420.am
Subject: Re: [bop-devel] Business-OnlinePayment-PayflowPro-1.01

Chris Faust wrote:
> I'm not really any further, but in HTTP.pm, at this point
> 
>  
> 
> my $raw_data = ref($post_data) ? make_form(%$post_data) : $post_data;
> 
>  
> 
> If I print out $post_data, I don't see login or password in the query 
> sting (I do see partner and vendor).
> 
>  
> 
> I've tried adding login and password to the processor hash and I also 
> tried adding user and pwd to the content hash and it still never comes 
> out in the query string.

Hi Chris,

The login/password need to go into the ->content() call, not the
constructor/new call. Only the vendor and partner go into the
new/constructor.

-- Josh
_______________________________________________
bop-devel mailing list
bop-devel at 420.am
http://420.am/cgi-bin/mailman/listinfo/bop-devel



More information about the bop-devel mailing list