[w3c/webpayments-payment-handler] Suggestion: replace `PaymentWallets` with a property on `PaymentInstrument` (#153)

It seems like having two storage containers for payment instruments (`PaymentInstruments` and `PaymentWallets`) is unnecessarily heavy weight. If grouping is desirable, can we instead add an optional `paymentWallet` or `paymentInstrumentGroup` property the `PaymentInstrument` dictionary?

User agents could use the value of this property to group payment instruments for display in the same way they can now with `PaymentWallet` containers, but it would be much lighter weight and likely more attractive from an implementation perspective.

-- 
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/webpayments-payment-handler/issues/153

Received on Wednesday, 10 May 2017 01:15:20 UTC