[bop-devel] Possible bug in Business::OnlinePayment::AuthorizeNet
Ivan Kohler
ivan at 420.am
Tue Aug 22 04:19:11 PDT 2006
thanks, checked in, will be in 3.16
On Thu, Apr 20, 2006 at 08:56:55AM -0400, Mike Barry wrote:
> Ivan and everyone,
> I just upgraded to the latest release of B::OP::AuthorizeNet and I think
> I found a bug in one of the remaps. In the submit function, ship_company
> is being remapped to X_Company ... I think it should be remapped to
> X_Ship_To_Company.
>
> Thanks, MikeB.
>
> (diff attached).
>
>
>
> --- old/Business-OnlinePayment-AuthorizeNet-3.15/AuthorizeNet.pm Sun Mar 13 06:40:39 2005
> +++ new/Business-OnlinePayment-AuthorizeNet-3.15/AuthorizeNet.pm Thu Apr 20 08:45:52 2006
> @@ -105,7 +105,7 @@
> country => 'x_Country',
> ship_last_name => 'x_Ship_To_Last_Name',
> ship_first_name => 'x_Ship_To_First_Name',
> - ship_company => 'x_Company',
> + ship_company => 'x_Ship_To_Company',
> ship_address => 'x_Ship_To_Address',
> ship_city => 'x_Ship_To_City',
> ship_state => 'x_Ship_To_State',
> _______________________________________________
> 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