On Mon, Apr 21, 2008 at 09:43:18PM +1000, Kieren Diment 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/ # simplest > http://search.cpan.org/~scottw/Business-PayPal-API # newest and > probably most complete > http://search.cpan.org/~sherzodr/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.
Catalyst::Model::PayPal::IPN is sat in svn - http://dev.catalyst.perl.org/repos/Catalyst/trunk/Catalyst-Model-PayPal-IPN/ I wrote this for a project a while back but haven't had time to add docs and tests so it can be released. Volunteers would be much appreciated; commit bit on request. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/ _______________________________________________ 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/
