- From: Marcos Cáceres <notifications@github.com>
- Date: Thu, 24 Jan 2019 13:11:28 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 24 January 2019 21:11:50 UTC
marcoscaceres commented on this pull request. > </li> - <li>Add the tuple (<var>paymentMethod</var>.<a data-lt= - "PaymentMethodData.supportedMethods">supportedMethods</a>, - <var>serializedData</var>) to - <var>serializedMethodData</var>. + <li>Append <var>paymentMethod</var> to + <var>paymentMethods</var>. I believe the original design was motivated by some kind of security concern that was supposed to be mitigated by doing a JSON serialization on `.data` whose type is `object` to remove things like `Function` being added as properties. -- 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/pull/812#discussion_r250778023
Received on Thursday, 24 January 2019 21:11:50 UTC