| 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
|
|
|