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() {
239
239
],
240
240
'paymentMethod ' => 'bacs ' ,
241
241
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
242
- 'billing ' => [
242
+ 'billing ' => array (
243
243
'firstName ' => 'May ' ,
244
244
'lastName ' => 'Parker ' ,
245
245
'address1 ' => '20 Ingram St ' ,
@@ -484,7 +484,7 @@ public function testUpdateOrderMutation() {
484
484
],
485
485
'paymentMethod ' => 'bacs ' ,
486
486
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
487
- 'billing ' => [
487
+ 'billing ' => array (
488
488
'firstName ' => 'May ' ,
489
489
'lastName ' => 'Parker ' ,
490
490
'address1 ' => '20 Ingram St ' ,
@@ -809,7 +809,7 @@ public function testDeleteOrderMutation() {
809
809
],
810
810
'paymentMethod ' => 'bacs ' ,
811
811
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
812
- 'billing ' => [
812
+ 'billing ' => array (
813
813
'firstName ' => 'May ' ,
814
814
'lastName ' => 'Parker ' ,
815
815
'address1 ' => '20 Ingram St ' ,
@@ -960,7 +960,7 @@ public function testDeleteOrderItemsMutation() {
960
960
],
961
961
'paymentMethod ' => 'bacs ' ,
962
962
'paymentMethodTitle ' => 'Direct Bank Transfer ' ,
963
- 'billing ' => [
963
+ 'billing ' => array (
964
964
'firstName ' => 'May ' ,
965
965
'lastName ' => 'Parker ' ,
966
966
'address1 ' => '20 Ingram St ' ,
You can’t perform that action at this time.
0 commit comments