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

Unified Diff: chrome/test/data/android/payments/payment_request_free_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
« no previous file with comments | « no previous file | chrome/test/data/android/payments/payment_request_no_shipping_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/android/payments/payment_request_free_shipping_test.html
diff --git a/chrome/test/data/android/payments/payment_request_free_shipping_test.html b/chrome/test/data/android/payments/payment_request_free_shipping_test.html
index 5acae724c45d0d6e995a7a3d5876f7e9039ef512..1eb7ab9d8e673741794bf3d8b665a4ef4dc77f78 100644
--- a/chrome/test/data/android/payments/payment_request_free_shipping_test.html
+++ b/chrome/test/data/android/payments/payment_request_free_shipping_test.html
@@ -42,12 +42,12 @@ function buy() {
'items' : [ {
'id' : 'total',
'label' : 'Total',
- 'amount' : {'currencyCode' : 'USD', 'value' : '5.00'}
+ 'amount' : {'currency' : 'USD', 'value' : '5.00'}
} ],
'shippingOptions' : [ {
'id' : 'freeShippingOption',
'label' : 'Free global shipping',
- 'amount' : {'currencyCode' : 'USD', 'value' : '0'}
+ 'amount' : {'currency' : 'USD', 'value' : '0'}
} ]
}, {
'requestShipping' : true
« no previous file with comments | « no previous file | chrome/test/data/android/payments/payment_request_no_shipping_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698