- From: Marcos Cáceres <notifications@github.com>
- Date: Mon, 19 Feb 2024 14:22:07 -0800
- To: w3c/payment-request <payment-request@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 February 2024 22:22:11 UTC
@marcoscaceres 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
Interesting... yes, we should revisit this.
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-request/pull/996#discussion_r1495056837
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/payment-request/pull/996/review/1889237979@github.com>
Received on Monday, 19 February 2024 22:22:11 UTC