| Index: third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| diff --git a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| index 2a4a4f5841d02b16b6b0e9cdf286f3470fa2afc6..ce9b80da1d38a15cf57a0f4b65d0a5baed80cb0a 100644
|
| --- a/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| +++ b/third_party/WebKit/Source/modules/payments/PaymentResponse.idl
|
| @@ -9,6 +9,8 @@
|
| ] interface PaymentResponse {
|
| readonly attribute DOMString methodName;
|
| readonly attribute CurrencyAmount totalAmount;
|
| + readonly attribute DOMString? payerEmail;
|
| + readonly attribute DOMString? payerPhone;
|
| [CallWith=ScriptState, RaisesException] readonly attribute object details;
|
| readonly attribute PaymentAddress? shippingAddress;
|
|
|
|
|