Chromium Code Reviews| 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 db4e10d390638f5bbd6cbcb86e963c57e8cad06c..e3bfe5fbc5c39928dcf08266e68825aa285553bd 100644 |
| --- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom |
| +++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom |
| @@ -28,6 +28,7 @@ struct PaymentAddress { |
| string organization; |
| string recipient; |
| + string phone; |
|
please use gerrit instead
2016/06/06 15:43:42
Remove
|
| }; |
| struct PaymentResponse { |
| @@ -42,6 +43,8 @@ struct PaymentResponse { |
| // |
| // {"nameOnCard": "Jon Doe", "pan": "4111 1111 1111 1111"} |
| string stringified_details; |
| + string? payer_email; |
| + string? payer_phone; |
|
please use gerrit instead
2016/06/06 15:43:42
Let's put payer_email and payer_phone at the botto
|
| PaymentAddress? shipping_address; |
| string? shipping_option_id; |