File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public function testCreateOrderMutation() {
239239 ],
240240 'paymentMethod ' => 'bacs ' ,
241241 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
242- 'billing ' => [
242+ 'billing ' => array (
243243 'firstName ' => 'May ' ,
244244 'lastName ' => 'Parker ' ,
245245 'address1 ' => '20 Ingram St ' ,
@@ -484,7 +484,7 @@ public function testUpdateOrderMutation() {
484484 ],
485485 'paymentMethod ' => 'bacs ' ,
486486 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
487- 'billing ' => [
487+ 'billing ' => array (
488488 'firstName ' => 'May ' ,
489489 'lastName ' => 'Parker ' ,
490490 'address1 ' => '20 Ingram St ' ,
@@ -809,7 +809,7 @@ public function testDeleteOrderMutation() {
809809 ],
810810 'paymentMethod ' => 'bacs ' ,
811811 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
812- 'billing ' => [
812+ 'billing ' => array (
813813 'firstName ' => 'May ' ,
814814 'lastName ' => 'Parker ' ,
815815 'address1 ' => '20 Ingram St ' ,
@@ -960,7 +960,7 @@ public function testDeleteOrderItemsMutation() {
960960 ],
961961 'paymentMethod ' => 'bacs ' ,
962962 'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
963- 'billing ' => [
963+ 'billing ' => array (
964964 'firstName ' => 'May ' ,
965965 'lastName ' => 'Parker ' ,
966966 'address1 ' => '20 Ingram St ' ,
You can’t perform that action at this time.
0 commit comments