Index: third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
diff --git a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
index 0e262109eded96a0be467037d0f77d7f64d48c0d..38f2da568e63c11bf014dd345bfc76a32e22bad4 100644 |
--- a/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
+++ b/third_party/WebKit/Source/modules/payments/PaymentRequest.cpp |
@@ -252,6 +252,8 @@ void maybeSetAndroidPayMethodData(const ScriptValue& input, |
output->merchant_name = androidPay.merchantName(); |
output->merchant_id = androidPay.merchantId(); |
+ output->min_google_play_services_version = |
+ androidPay.minGooglePlayServicesVersion(); |
if (androidPay.hasAllowedCardNetworks()) { |
for (const String& allowedCardNetwork : androidPay.allowedCardNetworks()) { |