[bop-devel] Possible bug in Business::OnlinePayment::AuthorizeNet

Mike Barry MBarry at cos.com
Thu Apr 20 05:56:55 PDT 2006


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).



-------------- next part --------------
--- 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',


More information about the bop-devel mailing list