Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1333)

Unified Diff: third_party/WebKit/public/platform/modules/payments/payment_request.mojom

Issue 2348103002: PaymentRequest: Add support for payerName. (in blink side) (Closed)
Patch Set: PaymentRequest: Add support for payerName. (in blink side) Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/platform/modules/payments/payment_request.mojom
diff --git a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
index 161240fe9c55ad8b25bb6a9dea4e6a7d6201c14c..d9e4b1e4a05add2092835071aea792541ee448b7 100644
--- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
+++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
@@ -61,6 +61,7 @@ struct PaymentResponse {
PaymentAddress? shipping_address;
string? shipping_option;
+ string? payer_name;
string? payer_email;
string? payer_phone;
};
@@ -106,6 +107,7 @@ struct PaymentDetails {
};
struct PaymentOptions {
+ bool request_payer_name;
bool request_payer_email;
bool request_payer_phone;
bool request_shipping;

Powered by Google App Engine
This is Rietveld 408576698