| Index: components/payments/payment_request.mojom
|
| diff --git a/components/payments/payment_request.mojom b/components/payments/payment_request.mojom
|
| index 5b1abcdea2394f5e7e1cb56ee269dea2a18e972f..d8ad5833f487d3ccea1824dcca240b80d3af69de 100644
|
| --- a/components/payments/payment_request.mojom
|
| +++ b/components/payments/payment_request.mojom
|
| @@ -48,7 +48,7 @@ struct PaymentCurrencyAmount {
|
| // currency identifier belongs to. By default, the value is
|
| // urn:iso:std:iso:4217 indicating that currency is defined by [ISO4217]
|
| // (for example, USD for US Dollars).
|
| - string? currency_system;
|
| + string currency_system = "urn:iso:std:iso:4217";
|
| };
|
|
|
| struct PaymentResponse {
|
|
|