[fw-general] Zend_Payment feedback

2009-04-23 Thread Vadim Gabriel
Hey, I have been working on a Zend_Payment component @link http://framework.zend.com/wiki/display/ZFPROP/Zend_Payment And there were a lot of good feedback, Since this is something that a lot will was wondering what you guys think about the following: 1. Should the gateways use the zend http

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Tim Fountain
On 23/04/2009, Vadim Gabriel vadim...@gmail.com wrote: 1. Should the gateways use the zend http component and it's adapters such as the Curl to process the payments or use the PHP Curl extension as is? Definitely use Zend_Http. If an application has already setup an instance of

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Matthew Weier O'Phinney
-- Vadim Gabriel vadim...@gmail.com wrote (on Thursday, 23 April 2009, 05:45 PM +0300): I have been working on a Zend_Payment component @link http://framework.zend.com /wiki/display/ZFPROP/Zend_Payment And there were a lot of good feedback, Since this is something that a lot will was

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Vadim Gabriel
On Thu, Apr 23, 2009 at 6:03 PM, Tim Fountain t...@tfountain.co.uk wrote: On 23/04/2009, Vadim Gabriel vadim...@gmail.com wrote: 1. Should the gateways use the zend http component and it's adapters such as the Curl to process the payments or use the PHP Curl extension as is? Definitely

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Vadim Gabriel
On Thu, Apr 23, 2009 at 6:07 PM, Matthew Weier O'Phinney matt...@zend.comwrote: -- Vadim Gabriel vadim...@gmail.com wrote (on Thursday, 23 April 2009, 05:45 PM +0300): I have been working on a Zend_Payment component @link http://framework.zend.com /wiki/display/ZFPROP/Zend_Payment And

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Matthew Weier O'Phinney
-- Vadim Gabriel vadim...@gmail.com wrote (on Thursday, 23 April 2009, 06:24 PM +0300): On Thu, Apr 23, 2009 at 6:07 PM, Matthew Weier O'Phinney matt...@zend.com wrote: -- Vadim Gabriel vadim...@gmail.com wrote (on Thursday, 23 April 2009, 05:45 PM +0300): I have been working

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Vadim Gabriel
Hey, Yea. I agree. I will complete the Tranzila gateway and move forward to the Paypal gateway as it will be probably the most usable. Is there anything else i should add or edit a current functionality? Or doing something i missed since this is my second zend component? Thanks. On Thu, Apr

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Tim Fountain
On 23/04/2009, Vadim Gabriel vadim...@gmail.com wrote: On Thu, Apr 23, 2009 at 6:03 PM, Tim Fountain t...@tfountain.co.ukwrote: I would also strongly recommend that you look into 3-D Secure authorisation and work out how you would build support for this into the component. It would be very

Re: [fw-general] Zend_Payment feedback

2009-04-23 Thread Vadim Gabriel
I see. Well for the tranzila code snippet you could take a look at http://www.vadimg.co.il/2009/03/30/%D7%97%D7%99%D7%95%D7%91-%D7%9B%D7%A8%D7%98%D7%99%D7%A1-%D7%90%D7%A9%D7%A8%D7%90%D7%99-%D7%91%D7%90%D7%9E%D7%A6%D7%A2%D7%95%D7%AA-%D7%98%D7%A8%D7%A0%D7%96%D7%99%D7%9C%D7%94/ I wrote a class that