Skip to content

Commit 680bb32

Browse files
author
Sharma Elanthiriayan
committed
Add "tax_lines" to missed mock files.
1 parent 5023a8a commit 680bb32

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Networking/NetworkingTests/Responses/order-with-faulty-attributes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@
101101
"date_modified_gmt" : "2021-08-04T19:28:01",
102102
"coupon_lines" : [],
103103
"discount_tax" : "0.00",
104-
"tax_lines": [],
104+
"tax_lines": []
105105
}
106106
}

WooCommerce/WooCommerceUITests/Mocks/mappings/jetpack-blogs/wc/orders/orders_any.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"shipping_lines": [],
9696
"coupon_lines": [],
9797
"fee_lines": [],
98+
"tax_lines": [],
9899
"refunds": []
99100
}, {
100101
"id": 2192,
@@ -174,6 +175,7 @@
174175
"shipping_lines": [],
175176
"coupon_lines": [],
176177
"fee_lines": [],
178+
"tax_lines": [],
177179
"refunds": []
178180
}, {
179181
"id": 2171,
@@ -238,6 +240,7 @@
238240
"shipping_lines": [],
239241
"coupon_lines": [],
240242
"fee_lines": [],
243+
"tax_lines": [],
241244
"refunds": []
242245
}, {
243246
"id": 2143,
@@ -302,6 +305,7 @@
302305
"shipping_lines": [],
303306
"coupon_lines": [],
304307
"fee_lines": [],
308+
"tax_lines": [],
305309
"refunds": []
306310
}, {
307311
"id": 2168,
@@ -381,6 +385,7 @@
381385
"shipping_lines": [],
382386
"coupon_lines": [],
383387
"fee_lines": [],
388+
"tax_lines": [],
384389
"refunds": []
385390
}]
386391
},

WooCommerce/WooCommerceUITests/Mocks/mappings/jetpack-blogs/wc/orders/orders_processing.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
"shipping_lines": [],
9696
"coupon_lines": [],
9797
"fee_lines": [],
98+
"tax_lines": [],
9899
"refunds": []
99100
}, {
100101
"id": 2143,
@@ -159,6 +160,7 @@
159160
"shipping_lines": [],
160161
"coupon_lines": [],
161162
"fee_lines": [],
163+
"tax_lines": [],
162164
"refunds": []
163165
}]
164166
},

0 commit comments

Comments
 (0)