| Index: chrome/test/data/android/payments/no_shipping.js
|
| diff --git a/chrome/test/data/android/payments/no_shipping.js b/chrome/test/data/android/payments/no_shipping.js
|
| index 2c697e4f0896549e451fd76d5eada83564764163..fdcafb7cc232b2b7454a8cbd1956e0d13bdbc051 100644
|
| --- a/chrome/test/data/android/payments/no_shipping.js
|
| +++ b/chrome/test/data/android/payments/no_shipping.js
|
| @@ -11,7 +11,7 @@
|
| */
|
| function buy() { // eslint-disable-line no-unused-vars
|
| try {
|
| - new PaymentRequest(['visa'], {
|
| + new PaymentRequest([{supportedMethods: ['visa']}], {
|
| displayItems: [{
|
| id: 'total',
|
| label: 'Total',
|
|
|