| Index: components/payments/content/payment_request_spec.cc
|
| diff --git a/components/payments/content/payment_request_spec.cc b/components/payments/content/payment_request_spec.cc
|
| index a5addb5c01b5be199831bdd9b144b91d9f84c47f..2f7a7e41e55eb19645f6d098ab7058a7aaf40cf6 100644
|
| --- a/components/payments/content/payment_request_spec.cc
|
| +++ b/components/payments/content/payment_request_spec.cc
|
| @@ -143,6 +143,11 @@ void PaymentRequestSpec::PopulateValidatedMethodData(
|
| method_data_vector.reserve(method_data_mojom.size());
|
| for (const mojom::PaymentMethodDataPtr& method_data_entry :
|
| method_data_mojom) {
|
| + for (const std::string& method : method_data_entry->supported_methods) {
|
| + stringified_method_data_[method].insert(
|
| + method_data_entry->stringified_data);
|
| + }
|
| +
|
| PaymentMethodData method_data;
|
| method_data.supported_methods = method_data_entry->supported_methods;
|
| // Transfer the supported basic card networks.
|
|
|