I've been rewriting the component lately but have not yet found the time to document the changes:
http://bin.cakephp.org/view/9187751 As you can see a lot of what used to be defines are now configurable component settings, and also overridable when you issue an order. Say for example you wish to set the component to use the live environment, when you attach the component you do: var $components = array('Paypal' => array('environment' => 'live')); Anyway I'll try to find the time. If anybody has the chance to play with this and wish to help me document, then better! Jorgepedret wrote: > After a whole day of searching for an answer and struggling with > trying to make the component work, I finally got it working in Cake > 1.2. I'm relatively new to Cake, but have been working with PHP for > over 5 year, so there are a few things that I'm not sure if I used the > best way to do it. > -- -MI *Coding Ninja* @ CRICAVA Technologies <http://www.cricava.com> *Blog*: http://www.marianoiglesias.com.ar *Twitter*: http://twitter.com/mgiglesias *LinkedIn*: http://www.linkedin.com/pub/2/483/B94 *Facebook*: http://www.facebook.com/mariano.iglesias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
