Re: [w3c/webpayments-payment-apps-api] We need a PaymentAppResponseData dictionary (#81)

I propose that `PaymentAppResponseData` look something like this:

```javascript
dictionary PaymentAppResponseData {
    DOMString paymentRequestID;
    DOMString methodName;
    object details;
};
```

-- 
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-payment-apps-api/issues/81#issuecomment-271543260

Received on Tuesday, 10 January 2017 10:43:52 UTC