RE: PayPal Integration

2015-09-14 Thread Paul Glavich
Yep. We have recently integrated with Stripe, Braintree and eWay. Out of all three, Braintree and stripe are the easiest. eWay has a lot of redirecting going on. Braintree and stripe client portions are very good. eWay’s site/portal is a little messy while the others I found more

Re: PayPal Integration

2015-09-14 Thread DotNet Dude
Totally agree with Greg here. Unless you are a major site that I somewhat "trust" (as if) I won't purchase if there is no paypal option that goes to paypal. On Tuesday, 15 September 2015, Greg Low (罗格雷格博士) wrote: > Hi Glav, > > > > Do you find that customers are happy entering

RE: PayPal Integration

2015-09-14 Thread 罗格雷格博士
Hi Glav, Do you find that customers are happy entering their details into a form on your site? As a consumer, I’d be happier entering details directly into a PayPal, Stripe, eWay, etc. site. Otherwise, how do I have any idea how you are handling them? It’s one of the reasons that I’m seeing

Re: PayPal Integration

2015-09-14 Thread DotNet Dude
Anyone used braintree? On Monday, 14 September 2015, Greg Low (罗格雷格博士) wrote: > Yep I like Stripe and eWay was quite simple but bunches of clients want to > use PayPal plus it seems to do the best multicurrency work. > > I presume the increasing preference for PayPal is to

Re: Is F# ready for serious work without mandatory tail call elimination in the CLR?

2015-09-14 Thread Nathan Schultz
IIRC, as you said, for most tail-end recursion, you'll find that the IL that F# generates is actually a simple loop with a mutable variable. In cases where there's continuations involved or more complex scenarios with multiple recursive functions, F# will automatically provide the CLR with the