[symfony-users] Re: google checkout

2008-12-30 Thread ganda...@gmail.com
Lee, Thanks for your response, I will use the same interface as the paypal plugin. I planed to reuse the google tests, obviously, This is what I will do, write the plugin I need now (I don't need the digital cart for instance), and submit the code to your consideration, if you like it, we can u

[symfony-users] Re: google checkout

2008-12-30 Thread Lee Bolding
So far progress on this plugin has mainly been in planning - there's several different ways the plugin could be implemented. My aim is to simultaneously redevelop the current PayPal plugin, so that both plugins essentially have the same usage and API (so switching between them, or using bot

[symfony-users] Re: google checkout

2008-12-30 Thread ganda...@gmail.com
Hello, this is my plan: 1) Define some interfaces to deal with the cart, order, item ... 2) Define the yaml file with the credentiasl, taxex, rates, etc 3) use the googple checkout php demo as a guideline 4) implement some tests. If anyone have some idea, let me know. Thanks! Pablo On Dec 30

[symfony-users] Re: google checkout

2008-12-30 Thread ganda...@gmail.com
@Lee I agree with Charley, and I need the plugin ASAP, if you want, send me what yoi have done, I will take it from there and finish the plugin. Thanks, Pablo On Dec 30, 10:54 am, Charley Tiggs wrote: > On Dec 30, 2008, at 9:41 AM, Lee Bolding wrote: > > > > > On 30 Dec 2008, at 15:27, ganda.

[symfony-users] Re: google checkout

2008-12-30 Thread Charley Tiggs
On Dec 30, 2008, at 9:41 AM, Lee Bolding wrote: > > > On 30 Dec 2008, at 15:27, ganda...@gmail.com wrote: > >> I need to use google checkout in my application, I've downloaded the >> latest release of the sfgoogcheckout plugin and it contains no files >> at all. >> >> http://www.symfony-project.

[symfony-users] Re: google checkout

2008-12-30 Thread Lee Bolding
On 30 Dec 2008, at 15:27, ganda...@gmail.com wrote: > I need to use google checkout in my application, I've downloaded the > latest release of the sfgoogcheckout plugin and it contains no files > at all. > > http://www.symfony-project.org/plugins/sfGoogleCheckoutPlugin > > The plugin authors hav