- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 24 May 2017 22:09:10 -0700
- To: w3c/browser-payment-api <browser-payment-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 May 2017 05:09:42 UTC
this still feels super messed up to me. You could potentially end up with completely incompatible data types and property name clashes. ``` const methodData = [{ supportedMethods: ["basic-card", "bitcoin"], data: { supportedTypes: "bitcoin-specific" } }; ``` -- 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/pull/536#issuecomment-303923887
Received on Thursday, 25 May 2017 05:09:42 UTC