Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3008)

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentApp.java

Issue 2621683002: Re-enable MIR card issuer network in web payments. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/payments/payment_request.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentApp.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentApp.java b/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentApp.java
index f4dad7524114cb4f7a7b3877de10f6aac4eb9181..706883b388732ed77c4dfc3cc06e79f89df3f205 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentApp.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/payments/AutofillPaymentApp.java
@@ -134,6 +134,7 @@ public class AutofillPaymentApp implements PaymentApp {
networks.put(BasicCardNetwork.DISCOVER, "discover");
networks.put(BasicCardNetwork.JCB, "jcb");
networks.put(BasicCardNetwork.MASTERCARD, "mastercard");
+ networks.put(BasicCardNetwork.MIR, "mir");
networks.put(BasicCardNetwork.UNIONPAY, "unionpay");
networks.put(BasicCardNetwork.VISA, "visa");
return networks;
« no previous file with comments | « no previous file | components/payments/payment_request.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698