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

Unified Diff: chrome/test/data/payments/contact_details.js

Issue 2816083002: [WebPayments] Desktop implementation of Contact Editor (Closed)
Patch Set: rebase Created 3 years, 8 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 | « chrome/test/BUILD.gn ('k') | components/autofill/core/browser/validation.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/payments/contact_details.js
diff --git a/chrome/test/data/payments/contact_details.js b/chrome/test/data/payments/contact_details.js
index c195ea136ef3b447e03ed98df42366556b7263e3..e4e4df92ad2394470fde4c0819f8ec03a8a6f933 100644
--- a/chrome/test/data/payments/contact_details.js
+++ b/chrome/test/data/payments/contact_details.js
@@ -12,7 +12,7 @@
function buy() { // eslint-disable-line no-unused-vars
try {
new PaymentRequest(
- [{supportedMethods: ['https://bobpay.com']}],
+ [{supportedMethods: ['https://bobpay.com', 'amex']}],
{total: {label: 'Total', amount: {currency: 'USD', value: '5.00'}}},
{requestPayerName: true, requestPayerEmail: true,
requestPayerPhone: true})
« no previous file with comments | « chrome/test/BUILD.gn ('k') | components/autofill/core/browser/validation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698