Skip to content

Commit b08bfa1

Browse files
author
Sharma Elanthiriayan
committed
OrdersRemote
- Add `tax_lines` to `ParameterValues` to receive tax lines in get orders response.
1 parent 8786773 commit b08bfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Networking/Networking/Remote/OrdersRemote.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ public extension OrdersRemote {
269269
private static let commonOrderFieldValues = [
270270
"id", "parent_id", "number", "status", "currency", "customer_id", "customer_note", "date_created_gmt", "date_modified_gmt", "date_paid_gmt",
271271
"discount_total", "discount_tax", "shipping_total", "shipping_tax", "total", "total_tax", "payment_method", "payment_method_title",
272-
"billing", "coupon_lines", "shipping_lines", "refunds", "fee_lines", "order_key"
272+
"billing", "coupon_lines", "shipping_lines", "refunds", "fee_lines", "order_key", "tax_lines"
273273
]
274274
private static let singleOrderExtraFieldValues = [
275275
"line_items", "shipping"

0 commit comments

Comments
 (0)