Re: [w3c/payment-handler] Share user data with Payment App (#123)

@Krystosterone, most straightforward in my view is when `PaymentRequest` is constructed. At that point, we can fire a `"RequestPaymentAddressEvent"` in the payment handler, which can either ignore it or respond with a list of addresses it knows. This would be after `"CanMakePaymentEvent"` is fired for URL-based payment method names, e.g., `"https://android.com/pay"`.

-- 
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/123#issuecomment-349705050

Received on Wednesday, 6 December 2017 17:00:20 UTC