File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,7 @@ public function testCreateOrderMutation() {
237
237
),
238
238
'paymentMethod ' => 'bacs ' ,
239
239
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
240
+ 'createdVia ' => 'Headless Checkout ' ,
240
241
'billing ' => array (
241
242
'firstName ' => 'May ' ,
242
243
'lastName ' => 'Parker ' ,
@@ -480,6 +481,7 @@ public function testUpdateOrderMutation() {
480
481
),
481
482
'paymentMethod ' => 'bacs ' ,
482
483
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
484
+ 'createdVia ' => 'Headless Checkout ' ,
483
485
'billing ' => array (
484
486
'firstName ' => 'May ' ,
485
487
'lastName ' => 'Parker ' ,
@@ -803,6 +805,7 @@ public function testDeleteOrderMutation() {
803
805
),
804
806
'paymentMethod ' => 'bacs ' ,
805
807
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
808
+ 'createdVia ' => 'Headless Checkout ' ,
806
809
'billing ' => array (
807
810
'firstName ' => 'May ' ,
808
811
'lastName ' => 'Parker ' ,
@@ -954,6 +957,7 @@ public function testDeleteOrderItemsMutation() {
954
957
),
955
958
'paymentMethod ' => 'bacs ' ,
956
959
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
960
+ 'createdVia ' => 'Headless Checkout ' ,
957
961
'billing ' => array (
958
962
'firstName ' => 'May ' ,
959
963
'lastName ' => 'Parker ' ,
You can’t perform that action at this time.
0 commit comments