Re: [w3c/payment-request] updateWith(data) should merge with request.data (#649)

So, I don't think this is actually a problem with the algorithm as written. For example, if you don't pass `displayItems`, what happens is that "If the displayItems member of details is present" is false in step 5 and in step 6, so _request_.[[details]].displayItems is never touched. The same goes for all the others.

Am I misreading?

-- 
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/payment-request/issues/649#issuecomment-359108225

Received on Friday, 19 January 2018 22:33:04 UTC