Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
well i've got my real-work which doesn't involve shops, got a start up involving _some_ billing, and got a posse of awesome chefs starting a catering biz that just want a website - i'll take them to the bleeding edge i think :D she paints a lot. cool site. i worked at the local uni's art scho

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Barry Books
It goes with this https://github.com/trsvax/tapestry-shop The idea is you can create various payment sources and plug them in to the shop. I wrote them when I upgraded my wife's website to 5.4. To see them in action visit her website judypaul.com FYI: If you head down this route you will be on t

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Gmail
Consider stripe as well... > On Nov 18, 2013, at 4:11 PM, Chris Mylonas wrote: > > Mood Gorning Tapestry Users, > > What is the consensus on e-commerce stuff? I'm currently looking at a > couple of payment gateways to integrate with > > 1) Eway > 2) Braintree > > The spark framework braintre

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
that is super-fresh at 21 days old. i'll be cloning that one tomorrow and giving it a spin, particularly cos I have my paypal sandbox working with old php shopping cart stuff thanks for the heads up barry, chris On Wed, Nov 20, 2013 at 12:13 AM, Barry Books wrote: > I use the new PayPal re

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Barry Books
I use the new PayPal rest API https://github.com/trsvax/tapestry-paypal-rest On Tue, Nov 19, 2013 at 6:32 AM, Chris Mylonas wrote: > Thanks for your input Norman - your rationale to not to give away details > on the client end is spot on. > > > > > > On Tue, Nov 19, 2013 at 8:50 AM, Norman Fra

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-19 Thread Chris Mylonas
Thanks for your input Norman - your rationale to not to give away details on the client end is spot on. On Tue, Nov 19, 2013 at 8:50 AM, Norman Franke wrote: > I've implemented two payment gateways that have a SOAP interface. I tend > to prefer that since the UI looks like the rest of my web

Re: consensus on payments (braintree payments in particular, spark library)

2013-11-18 Thread Norman Franke
I've implemented two payment gateways that have a SOAP interface. I tend to prefer that since the UI looks like the rest of my web site. And it's trivial. I typically do basic verification myself and then pass the rest off to the gateway APIs. You can get better rates and faster payment via oth

consensus on payments (braintree payments in particular, spark library)

2013-11-18 Thread Chris Mylonas
Mood Gorning Tapestry Users, What is the consensus on e-commerce stuff? I'm currently looking at a couple of payment gateways to integrate with 1) Eway 2) Braintree The spark framework braintree uses has also made me curious for further development/integration with tapestry. Any comments are