| 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 9353c7d75e270f3587fe9a3ea91c2ec4f83fbeaf..f69914539998593fccf773dadee3cc410763617d 100644
|
| --- a/chrome/test/data/android/payments/no_shipping.js
|
| +++ b/chrome/test/data/android/payments/no_shipping.js
|
| @@ -12,7 +12,7 @@
|
| function buy() { // eslint-disable-line no-unused-vars
|
| try {
|
| new PaymentRequest(
|
| - ['visa'],
|
| + [{supportedMethods: ['visa']}],
|
| {total: {label: 'Total', amount: {currency: 'USD', value: '5.00'}}})
|
| .show()
|
| .then(function(resp) {
|
|
|