Re: [w3c/browser-payment-api] Serializer behavior (#385)

I think the problem here is that the "user accepts the payment request algorithm" doesn't set any value at all for payerName if requestPayerName is not true. It should set it to null, probably. Or it could set it to the empty string. (undefined is not allowed by the DOMString? typing.) Right now it's not defined what it's set to.

Once that's done, Web IDL will take care of serializing things to whatever you set it to.

-- 
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/385#issuecomment-268935560

Received on Friday, 23 December 2016 03:30:40 UTC