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

Unified Diff: content/test/data/payments/payment_app_invocation.html

Issue 2887713002: PaymentHandler: Merge PaymentAppRequest and PaymentRequestEvent. (Closed)
Patch Set: rebase Created 3 years, 7 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
Index: content/test/data/payments/payment_app_invocation.html
diff --git a/content/test/data/payments/payment_app_invocation.html b/content/test/data/payments/payment_app_invocation.html
index a09e096aefbdc7b37d3fbe86e778821def37124a..5b74c69a62de824244a0c1c998d642c54d0b8937 100644
--- a/content/test/data/payments/payment_app_invocation.html
+++ b/content/test/data/payments/payment_app_invocation.html
@@ -11,7 +11,7 @@ function registerPaymentApp() {
.then(registration => {
return registration.paymentManager.instruments.set('payment-app-id', {
name: 'Visa ****',
- enabledMethods: ['visa']
+ enabledMethods: ['basic-card']
});
})
.then(result => {

Powered by Google App Engine
This is Rietveld 408576698