We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43a75e9 commit 97ad4c2Copy full SHA for 97ad4c2
Networking/NetworkingTests/Responses/orders-load-all.json
@@ -3,6 +3,9 @@
3
{
4
"id": 963,
5
"parent_id": 0,
6
+ "is_editable": true,
7
+ "needs_payment": true,
8
+ "needs_processing": true,
9
"number": "963",
10
"status": "processing",
11
"order_key": "abc123",
Yosemite/YosemiteTests/Stores/OrderStoreTests.swift
@@ -1125,6 +1125,9 @@ private extension OrderStoreTests {
1125
orderID: 963,
1126
customerID: 11,
1127
orderKey: "abc123",
1128
+ isEditable: true,
1129
+ needsPayment: true,
1130
+ needsProcessing: true,
1131
number: "963",
1132
status: .processing,
1133
currency: "USD",
0 commit comments