[appengine-java] Re: Paypal integration with app engine?

2010-05-04 Thread Bendanpa
What is the 3rd party cart? can you name it? Thanks, Benddanpa On May 3, 11:40 pm, Aditya Rathi wrote: > You can integrate paypal with GAE using thrid part cart feature. I have used > it > > On Tue, May 4, 2010 at 11:33 AM, Vaclav Bartacek < > > > > vaclav.barta...@spolecne.cz> wrote: > > The on

[appengine-java] Re: Paypal integration with app engine?

2010-05-04 Thread Bendanpa
Can you explain a bit more on that? Thanks, Bendanpa On May 3, 11:03 pm, Vaclav Bartacek wrote: > The only way I found and successfully use is the PayPal Button (saved > on the server + 'custom' attribute) + IPN mechanism (over SSL) to > receive transaction statuses. Other ways could not be prob

Re: [appengine-java] Re: Paypal integration with app engine?

2010-05-03 Thread Aditya Rathi
You can integrate paypal with GAE using thrid part cart feature. I have used it On Tue, May 4, 2010 at 11:33 AM, Vaclav Bartacek < vaclav.barta...@spolecne.cz> wrote: > The only way I found and successfully use is the PayPal Button (saved > on the server + 'custom' attribute) + IPN mechanism (ove

[appengine-java] Re: Paypal integration with app engine?

2010-05-03 Thread Vaclav Bartacek
The only way I found and successfully use is the PayPal Button (saved on the server + 'custom' attribute) + IPN mechanism (over SSL) to receive transaction statuses. Other ways could not be probably implemented now due to the current GAE restrictions - mainly: you cannot add a new JCE provider now.