- From: Rouslan Solomakhin <notifications@github.com>
- Date: Mon, 01 Jul 2019 06:56:06 -0700
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 July 2019 13:56:28 UTC
rsolomakhin commented on this pull request. > @@ -3955,6 +4040,7 @@ <h2> <pre class="idl"> [Constructor(DOMString type, optional PaymentRequestUpdateEventInit eventInitDict), SecureContext, Exposed=Window] interface PaymentRequestUpdateEvent : Event { + Promise<PaymentAddress> requestShippingAddress(AddressParts addressParts); ```suggestion Promise<PaymentAddress> requestShippingAddress(FrozenArray<AddressParts> addressParts); ``` The description on line 4083 talks about a list of AddressParts. -- 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/873#pullrequestreview-256352660
Received on Monday, 1 July 2019 13:56:28 UTC