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() {
237237 ),
238238 'paymentMethod ' => 'bacs ' ,
239239 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
240+ 'createdVia ' => 'Headless Checkout ' ,
240241 'billing ' => array (
241242 'firstName ' => 'May ' ,
242243 'lastName ' => 'Parker ' ,
@@ -480,6 +481,7 @@ public function testUpdateOrderMutation() {
480481 ),
481482 'paymentMethod ' => 'bacs ' ,
482483 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
484+ 'createdVia ' => 'Headless Checkout ' ,
483485 'billing ' => array (
484486 'firstName ' => 'May ' ,
485487 'lastName ' => 'Parker ' ,
@@ -803,6 +805,7 @@ public function testDeleteOrderMutation() {
803805 ),
804806 'paymentMethod ' => 'bacs ' ,
805807 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
808+ 'createdVia ' => 'Headless Checkout ' ,
806809 'billing ' => array (
807810 'firstName ' => 'May ' ,
808811 'lastName ' => 'Parker ' ,
@@ -954,6 +957,7 @@ public function testDeleteOrderItemsMutation() {
954957 ),
955958 'paymentMethod ' => 'bacs ' ,
956959 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
960+ 'createdVia ' => 'Headless Checkout ' ,
957961 'billing ' => array (
958962 'firstName ' => 'May ' ,
959963 'lastName ' => 'Parker ' ,
You can’t perform that action at this time.
0 commit comments