Re: Integrate PayPal Express Checkout Flow in a project that use GWT-RPC

2015-07-08 Thread Anto
Thanks! Your answer is a lighthouse in the night! 2015-07-08 20:13 GMT+02:00 Raymond Hawkins : > Without spending a whole lot of time on it, if you want to use GWT-RPC I > think you'd basically copy most of the code from expresscheckout.java into > your server-side RPC call so that it's calling p

Re: Integrate PayPal Express Checkout Flow in a project that use GWT-RPC

2015-07-08 Thread Raymond Hawkins
Without spending a whole lot of time on it, if you want to use GWT-RPC I think you'd basically copy most of the code from expresscheckout.java into your server-side RPC call so that it's calling paypalfunctions's "CallShortcutExpressCheckout" from paypalfunctions.java directly. You'll need to h

Re: Integrate PayPal Express Checkout Flow in a project that use GWT-RPC

2015-07-07 Thread Antonino Vitaliti
please help me! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To post to this group, send email to googl

Integrate PayPal Express Checkout Flow in a project that use GWT-RPC

2015-07-03 Thread Antonino Vitaliti
Hi! In my GWT-RPC project I've created the page that handles the basket, after I have added the PayPal Button. I have also created a sandbox account, and now I would use the PayPal express checkout, after the billing step I would skip directly on payment with paypal. I don't know how use this <