@@ -278,7 +278,7 @@ public function testCheckoutOrderMutation() {
278278 $ input = array (
279279 'clientMutationId ' => 'someId ' ,
280280 'paymentMethod ' => 'bacs ' ,
281- 'shippingMethod ' => 'flat rate ' ,
281+ 'shippingMethod ' => array ( 'flat rate ' ) ,
282282 'billing ' => array (
283283 'firstName ' => 'May ' ,
284284 'lastName ' => 'Parker ' ,
@@ -484,7 +484,7 @@ public function testCheckoutOrderMutationWithNewAccount() {
484484 $ input = array (
485485 'clientMutationId ' => 'someId ' ,
486486 'paymentMethod ' => 'bacs ' ,
487- 'shippingMethod ' => 'flat rate ' ,
487+ 'shippingMethod ' => array ( 'flat rate ' ) ,
488488 'billing ' => array (
489489 'firstName ' => 'May ' ,
490490 'lastName ' => 'Parker ' ,
@@ -676,7 +676,7 @@ public function testCheckoutOrderMutationWithNoAccount() {
676676 $ input = array (
677677 'clientMutationId ' => 'someId ' ,
678678 'paymentMethod ' => 'bacs ' ,
679- 'shippingMethod ' => 'flat rate ' ,
679+ 'shippingMethod ' => array ( 'flat rate ' ) ,
680680 'billing ' => array (
681681 'firstName ' => 'May ' ,
682682 'lastName ' => 'Parker ' ,
@@ -880,7 +880,7 @@ public function testCheckoutOrderMutationWithPrepaidOrder() {
880880 'paymentMethod ' => 'bacs ' ,
881881 'isPaid ' => true ,
882882 'transactionId ' => 'transaction_id ' ,
883- 'shippingMethod ' => 'flat rate ' ,
883+ 'shippingMethod ' => array ( 'flat rate ' ) ,
884884 'billing ' => array (
885885 'firstName ' => 'May ' ,
886886 'lastName ' => 'Parker ' ,
0 commit comments