| 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 9b4cb7b6bb80088ccadc22b9802e74bc6b928bd3..daaccec60808f3fb30934b9d01d011171af2d457 100644
|
| --- a/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| +++ b/third_party/WebKit/public/platform/modules/payments/payment_request.mojom
|
| @@ -42,6 +42,9 @@ struct PaymentResponse {
|
| //
|
| // {"nameOnCard": "Jon Doe", "pan": "4111 1111 1111 1111"}
|
| string stringified_details;
|
| +
|
| + ShippingAddress? shipping_address;
|
| + string? shipping_option_id;
|
| };
|
|
|
| interface PaymentRequestClient {
|
|
|