[bop-devel] Business::OnlinePayment
Mike Dunham
mdunham at synapsecorporation.com
Thu Jul 22 12:20:58 PDT 2010
Yea I got that all figured out now. I am able to process transactions to our
gateway from Business::OnlinePayment. I am now working on some enhancement
items.
Thank You,
Mike Dunham
Synapse Corporation
8249 W. 95th St
Overland Park, Kansas 66212
THIS MESSAGE IS CONFIDENTIAL. This e-mail message and any attachments are
proprietary and confidential information intended only for the use of the
recipient named above. If you are not the intended recipient, you may not
print, distribute, or copy this message or any attachments. If you have
received this communication in error, please notify the sender by return
e-mail and delete this message and any attachments from your computer.
-----Original Message-----
From: bop-devel-bounces at 420.am [mailto:bop-devel-bounces at 420.am] On Behalf
Of Ivan Kohler
Sent: Thursday, July 22, 2010 12:57 PM
To: Development of the Business::OnlinePayment perl modules
Subject: Re: [bop-devel] Business::OnlinePayment
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
_______________________________________________
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