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 9df7a469ac2d80f007c218dff4a181f4e68db566..f69914539998593fccf773dadee3cc410763617d 100644 |
--- a/chrome/test/data/android/payments/no_shipping.js |
+++ b/chrome/test/data/android/payments/no_shipping.js |
@@ -19,7 +19,6 @@ function buy() { // eslint-disable-line no-unused-vars |
resp.complete(true) |
.then(function() { |
print( |
- JSON.stringify(resp.totalAmount, undefined, 2) + '<br>' + |
please use gerrit instead
2016/06/16 23:47:15
Also update https://cs.chromium.org/chromium/src/c
kbalazs
2016/06/16 23:56:13
I'm not sure but I thought those values are actual
please use gerrit instead
2016/06/17 00:04:49
"USD" and "5.00" comes from resp.totalAmount.
|
resp.methodName + '<br>' + |
JSON.stringify(resp.details, undefined, 2)); |
}) |