| Index: components/payments/payment_request.mojom
|
| diff --git a/components/payments/payment_request.mojom b/components/payments/payment_request.mojom
|
| index f667e44f55ad9b65edf6594a405b5265cb48c219..6073d6647f03ddfa4d1d4ee03eb4b10f5c8e5cae 100644
|
| --- a/components/payments/payment_request.mojom
|
| +++ b/components/payments/payment_request.mojom
|
| @@ -106,11 +106,18 @@ struct PaymentDetails {
|
| string error;
|
| };
|
|
|
| +enum PaymentShippingType {
|
| + SHIPPING,
|
| + DELIVERY,
|
| + PICKUP
|
| +};
|
| +
|
| struct PaymentOptions {
|
| bool request_payer_name;
|
| bool request_payer_email;
|
| bool request_payer_phone;
|
| bool request_shipping;
|
| + PaymentShippingType shipping_type;
|
| };
|
|
|
| struct PaymentMethodData {
|
|
|