The hardest bit is encrypting your buttons. I don't think you need a
Catalyst::...::PayPal module though, you just need to be able to generate
the necessary HTML for a form with all the PayPal hidden variables. PayPal
gives you several options, so the approach you take will depend on that
decision.

On 21/04/2008, Angel Kolev <[EMAIL PROTECTED]> wrote:
>
> Zbigniew Lukasiak wrote:
>
> > On Mon, Apr 21, 2008 at 1:43 PM, Kieren Diment <[EMAIL PROTECTED]> wrote:
> >
> >
> > >  On 21 Apr 2008, at 21:22, Angel Kolev wrote:
> > >
> > >
> > >
> > > > Hi fellas.
> > > > I plan to include PayPal payment possibility in my cat website. Is
> > > > there
> > > >
> > > >
> > > any plugin/tool that works with the paypal developers toolkit
> > >
> > > https://www.paypal.com/cgi-bin/webscr?cmd=p/pdn/software_dev_kit_php-outside
> > >
> > >
> > > > Can anyone give me a direction
> > > >
> > > >
> > > >
> > >  
> > > http://search.cpan.org/~mock/Business-PayPal/<http://search.cpan.org/%7Emock/Business-PayPal/>
> > >  # simplest
> > >  
> > > http://search.cpan.org/~scottw/Business-PayPal-API<http://search.cpan.org/%7Escottw/Business-PayPal-API>#
> > >  newest and probably
> > > most complete
> > >  
> > > http://search.cpan.org/~sherzodr/Business-PayPal-IPN<http://search.cpan.org/%7Esherzodr/Business-PayPal-IPN>#
> > >  most reviewed on
> > > cpanratings.
> > >
> > >  Whichever one you go with a base controller (e.g.
> > > Catalyst::Controller::Business::Paypal) onto cpan would be
> > > appreciated.
> > >
> > >
> >
> > I am not so sure if the, often repeated here, advice to build
> > everything as a base controller is a good one.  Let's say you would
> > like to use the PayPal thing and FormFu - and bang you are dealing
> > with the tricky area of Multiple Inheritance.  'Composition over
> > Inheritance' is popular in other circles.
> >
> >
> >
> I dont need FormFu, because i will use Template toolkit only. May be
> Catalyst::Controller::Business::Paypal is good enough solution. Im not
> familiar with paypal, but can i test some payments without "real" money
> transactions?
>
> _______________________________________________
> List: [email protected]
> Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
> Searchable archive:
> http://www.mail-archive.com/[email protected]/
> Dev site: http://dev.catalyst.perl.org/
>



-- 
Regards,
Martin
([EMAIL PROTECTED])
IT: http://methodsupport.com Personal: http://thereisnoend.org
_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to