Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5941)

Unified Diff: chrome/test/data/android/payments/payment_request_no_shipping_test.html

Issue 1981903002: PaymentRequest: Rename 'currencyCode' to 'currency' in CurrencyAmount.idl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/android/payments/payment_request_no_shipping_test.html
diff --git a/chrome/test/data/android/payments/payment_request_no_shipping_test.html b/chrome/test/data/android/payments/payment_request_no_shipping_test.html
index 220b7fdd314680ddcebc60b36da937df927fe3e5..dbfc99a4d2915e2ca48a9a0b260b77c937224d2e 100644
--- a/chrome/test/data/android/payments/payment_request_no_shipping_test.html
+++ b/chrome/test/data/android/payments/payment_request_no_shipping_test.html
@@ -26,7 +26,7 @@ function buy() {
'items' : [ {
'id' : 'total',
'label' : 'Total',
- 'amount' : {'currencyCode' : 'USD', 'value' : '5.00'}
+ 'amount' : {'currency' : 'USD', 'value' : '5.00'}
} ]
})
.show()

Powered by Google App Engine
This is Rietveld 408576698