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

Josh Rosenbaum josh at infogears.com
Fri Oct 30 09:22:01 PDT 2009


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


More information about the bop-devel mailing list