- From: Rouslan Solomakhin <notifications@github.com>
- Date: Thu, 22 Feb 2024 06:43:06 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 February 2024 14:43:10 UTC
@rsolomakhin commented on this pull request. > + boolean requestPayerName = false; + boolean requestBillingAddress = false; + boolean requestPayerEmail = false; + boolean requestPayerPhone = false; + boolean requestShipping = false; + PaymentShippingType shippingType = "shipping"; + }; + </pre> + <p class="note"> + The {{PaymentOptions}} dictionary is passed to the {{PaymentRequest}} + constructor and provides information about the options desired for the + payment request. + </p> + <dl> + <dt> + <dfn>requestBillingAddress</dfn> member Chrome leaves this decision to the payment handler. A payment handler may have its own payment-method-specific parameters for requesting a billing address. If it is implemented in WebKit, then it makes sense to keep it in the spec and look into adding this to Chrome, too. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/payment-request/pull/996#discussion_r1499358606 You are receiving this because you are subscribed to this thread. Message ID: <w3c/payment-request/pull/996/review/1896038939@github.com>
Received on Thursday, 22 February 2024 14:43:10 UTC