| 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 672992b46ac0426597e19f91a174de43f0631163..64c9836c53924743062d5adcc402f1ff4c258ce5 100644
|
| --- a/content/test/data/payments/payment_app_invocation.html
|
| +++ b/content/test/data/payments/payment_app_invocation.html
|
| @@ -9,7 +9,7 @@ function registerPaymentApp() {
|
| return navigator.serviceWorker.ready;
|
| })
|
| .then(registration => {
|
| - return registration.paymentAppManager.setManifest({
|
| + return registration.paymentManager.setManifest({
|
| name: 'Payment App',
|
| icon: 'payment-app-icon',
|
| options: [{
|
|
|