Re: [w3c/payment-handler] Should PaymentInstruments.set() be immutable? (#285)

I'm not sure but the I believe that instrument.set() will take a copy of `capabilities` object. Even though the `capabilities` object is changed before `instruments.set()` is completed, I believe the copy of the capabilities object that passed as a parameter should not be changed. Am I missing something?

-- 
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-handler/issues/285#issuecomment-380457141

Received on Wednesday, 11 April 2018 13:45:40 UTC