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 f69914539998593fccf773dadee3cc410763617d..55fe3fc4eee4165a81c52763418a8d2f8b679c4d 100644 |
--- a/chrome/test/data/android/payments/no_shipping.js |
+++ b/chrome/test/data/android/payments/no_shipping.js |
@@ -16,7 +16,7 @@ function buy() { // eslint-disable-line no-unused-vars |
{total: {label: 'Total', amount: {currency: 'USD', value: '5.00'}}}) |
.show() |
.then(function(resp) { |
- resp.complete(true) |
+ resp.complete("success") |
.then(function() { |
print( |
resp.methodName + '<br>' + |