Skip to content

Commit 6584d1c

Browse files
committed
Update tests
1 parent 380a2a0 commit 6584d1c

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Networking/NetworkingTests/Responses/orders-load-all.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
],
102102
"payment_method": "stripe",
103103
"payment_method_title": "Credit Card (Stripe)",
104+
"payment_url": "http://www.automattic.com",
104105
"date_paid_gmt": "2018-04-03T23:05:14",
105106
"date_completed_gmt": null,
106107
"line_items": [
@@ -246,6 +247,7 @@
246247
},
247248
"payment_method": "stripe",
248249
"payment_method_title": "Credit Card (Stripe)",
250+
"payment_url": "http://www.automattic.com",
249251
"date_paid_gmt": "2018-04-03T20:54:23",
250252
"date_completed_gmt": null,
251253
"line_items": [
@@ -314,6 +316,7 @@
314316
},
315317
"payment_method": "stripe",
316318
"payment_method_title": "Credit Card (Stripe)",
319+
"payment_url": "http://www.automattic.com",
317320
"date_paid_gmt": "2018-04-03T20:52:41",
318321
"date_completed_gmt": null,
319322
"line_items": [
@@ -395,6 +398,7 @@
395398
},
396399
"payment_method": "stripe",
397400
"payment_method_title": "Credit Card (Stripe)",
401+
"payment_url": "http://www.automattic.com",
398402
"transaction_id": "ch_1FOr46J71fgCH5kvqxjdQyqZ",
399403
"date_paid": "2019-10-01T19:31:19",
400404
"date_paid_gmt": "2019-10-01T19:31:19",

Yosemite/YosemiteTests/Stores/OrderStoreTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@ private extension OrderStoreTests {
933933
totalTax: "1.20",
934934
paymentMethodID: "stripe",
935935
paymentMethodTitle: "Credit Card (Stripe)",
936+
paymentURL: URL(string: "http://www.automattic.com"),
936937
items: sampleItems(),
937938
billingAddress: sampleAddress(),
938939
shippingAddress: sampleAddress(),

0 commit comments

Comments
 (0)