[w3c/browser-payment-api] Providing paymentRequestID during construction (#388)

The specification says that "If a paymentRequestID was not provided during construction, generate a paymentRequestID". 

Specification is not clear about providing paymentRequestID while construction. 
Constructor accepts PaymentMethodData, PaymentDetails and PaymentOptions.

Constructor(sequence<PaymentMethodData> methodData, PaymentDetails details, optional PaymentOptions options).

-- 
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/browser-payment-api/issues/388

Received on Tuesday, 3 January 2017 06:24:49 UTC