[bop-devel] Business::OnlinePayment

Ivan Kohler ivan at freeside.biz
Thu Jul 22 10:56:47 PDT 2010


On Wed, Jul 21, 2010 at 03:55:57PM -0500, Mike Dunham wrote:
> I am learning perl as I go, so I am very new to it. I assume I am missing
> something easy just not sure what it is. 
> 
>  
> 
> Uncaught exception from user code:
> 
>                 Can't locate object method "build_subs" via package
> "Business::OnlinePayment::SynapseGateway" at

Maybe you need:

  use base 'Business::OnlinePayment';

Or the old "@ISA" style works too.

Did you start from an existing module? 

-- 
_ivan


More information about the bop-devel mailing list