Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-05-04 Thread Vadim Gabriel
Hey, I have updated the classes again. I have created Zend_Payment_Gateway_Paypal_Customer which handles customer billing and credit card info. now i am willing to split the rest of the class into several smaller classes such as Zend_Payment_Gateway_Paypal_Transaction,

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-30 Thread Vadim Gabriel
Hey, I have updated the classes. * Updated class members to protected instead of private so overriding them will be easier * Updated exception class to throw exceptions using zend_payment_gateway_exception * Added class member $throwExceptions and a setter method to control the exceptions

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-29 Thread Vadim Gabriel
On Tue, Apr 28, 2009 at 8:33 PM, till klimp...@gmail.com wrote: On Tue, Apr 28, 2009 at 6:48 PM, Vadim Gabriel vadim...@gmail.com wrote: Hey, Wow. Talking about feedback. Those are some great pointers you have right there. I will tackle them starting tomorrow to make it as much as

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-29 Thread till
On Wed, Apr 29, 2009 at 7:57 PM, Vadim Gabriel vadim...@gmail.com wrote: On Tue, Apr 28, 2009 at 8:33 PM, till klimp...@gmail.com wrote: On Tue, Apr 28, 2009 at 6:48 PM, Vadim Gabriel vadim...@gmail.com wrote: (...) 6) I was thinking about that while i was wrtting this. But then i said

[fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Hey, I have just finished writing down 3 blog posts regarding the usage of each of the current supported gateways by Zend_Payment. All of them were tested already (Paypal was tested as much as i could test it). Since there are lots of text written and the code examples are fairly long i decided

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Cem Derin
Zend_Payment_Gateway_Tranzila - http://www.vadimg.co.il/2009/04/28/zend_payment-using-tranzila-as-the-gateway/ Zend_Payment_Gateway_MoneyBookers - http://www.vadimg.co.il/2009/04/28/zend_payment-using-moneybookers-as-the-gateway/ Zend_Payment_Gateway_Paypal -

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Thanks. I just copy pasted it. It's just a draft. Vince. On Tue, Apr 28, 2009 at 1:26 PM, Cem Derin c...@wysiwyg.de wrote: Zend_Payment_Gateway_Tranzila - http://www.vadimg.co.il/2009/04/28/zend_payment-using-tranzila-as-the-gateway/ Zend_Payment_Gateway_MoneyBookers -

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread till
Can you push it into a repository somewhere? E.g. Google Code, Github or whatever? I'd have a lot of comments, but it's hard to do that on your blog entry... On Tue, Apr 28, 2009 at 12:29 PM, Vadim Gabriel vadim...@gmail.com wrote: Thanks. I just copy pasted it. It's just a draft. Vince. On

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Hey, Yea sure. http://code.google.com/p/zendpayment/ Your help is more then welcome and appreciated. Vince. On Tue, Apr 28, 2009 at 1:58 PM, till klimp...@gmail.com wrote: Can you push it into a repository somewhere? E.g. Google Code, Github or whatever? I'd have a lot of comments, but

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread till
Hey, so here are some thoughts. I'm commenting mostly on paypal, since I'm familiar with them. I think most of this applies to your other drivers/gateways as well. From what I remember with working with Paypal (we do a lot of subscriptions), it's a pain to work with the API and it's far from

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Chris MacPherson
I have just been working with the ProtX gateway (now SagePay) and they also require a verification like Paypal's that Till mentioned. This means we have to process a response from them AFTER the initial transaction has taken place. This response may not be immediate. I know you haven't

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread Vadim Gabriel
Hey, Wow. Talking about feedback. Those are some great pointers you have right there. I will tackle them starting tomorrow to make it as much as developer friendly as possible. Now to your pointers About the first question you had with the notification upon payment or subscription. From what i

Re: [fw-general] Zend_Payment Paypal, MoneyBookers, Tranzila. Looking for review

2009-04-28 Thread till
On Tue, Apr 28, 2009 at 6:48 PM, Vadim Gabriel vadim...@gmail.com wrote: Hey, Wow. Talking about feedback. Those are some great pointers you have right there. I will tackle them starting tomorrow to make it as much as developer friendly as possible. Now to your pointers About the first