Re: [w3c/webpayments] Letting the payment app decide between HTTP and Javascript communication (#130)

What's the advantage of requiring a ``getRequest`` call over just including it in the POST params in either case? The POST request to ``start_url`` happens in both cases, even if it's a static page with some javascript (mentioned above as a valid performance concern for some merchants) the payment app can handle the params in the client-side javascript rather than introducing a new way to communicate.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webpayments/issues/130#issuecomment-220359266

Received on Thursday, 19 May 2016 15:25:27 UTC