Skip to content

Commit 41c6c4f

Browse files
committed
Add createdVia to unit tests
1 parent 352ebb9 commit 41c6c4f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/wpunit/CheckoutMutationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ private function checkout( $input, $mutation = null ) {
165165
transactionId
166166
dateCompleted
167167
datePaid
168+
createdVia
168169
cartHash
169170
shippingAddressMapUrl
170171
hasBillingAddress

tests/wpunit/OrderMutationsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ private function orderMutation( $input, $operation_name = 'createOrder', $input_
105105
transactionId
106106
dateCompleted
107107
datePaid
108+
createdVia
108109
cartHash
109110
shippingAddressMapUrl
110111
hasBillingAddress

0 commit comments

Comments
 (0)