Skip to content

Commit 6e2f1a1

Browse files
authored
Merge pull request #950 from woocommerce/hotfix/1.7.1-orders-not-loaded
Patch 1.7.1: Bugfix #916, some users can't load orders
2 parents d2eb6cf + bc2b2fc commit 6e2f1a1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Networking/Networking/Remote/OrdersRemote.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,7 @@ public extension OrdersRemote {
164164

165165
enum ParameterValues {
166166
static let fieldValues: String = """
167-
id,parent_id,customer_id,number,status,currency,customer_note,date_created_gmt,
168-
date_modified_gmt,date_paid_gmt,discount_total,discount_tax,shipping_total,
169-
shipping_tax,total,total_tax,payment_method_title,line_items,shipping,billing,coupon_lines
167+
id,parent_id,number,status,currency,customer_id,customer_note,date_created_gmt,date_modified_gmt,date_paid_gmt,discount_total,discount_tax,shipping_total,shipping_tax,total,total_tax,payment_method_title,line_items,shipping,billing,coupon_lines
170168
"""
171169
}
172170
}

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
1.8
22
-----
3+
4+
1.7.1
5+
-----
6+
- Fixed a bug where Order List did not load for some users.
37

48
1.7
59
-----

0 commit comments

Comments
 (0)