Skip to content

Commit c3235c0

Browse files
committed
Rebase
1 parent 3a0db73 commit c3235c0

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

includes/mutation/class-order-create.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,12 @@ public static function get_input_fields() {
107107
'isPaid' => [
108108
'type' => 'Boolean',
109109
'description' => __( 'Define if the order is paid. It will set the status to processing and reduce stock items.', 'wp-graphql-woocommerce' ),
110-
),
110+
],
111111
'createdVia' => array(
112112
'type' => 'String',
113113
'description' => __( 'Order created via', 'wp-graphql-woocommerce' ),
114-
),
115-
);
116-
114+
)
115+
];
117116
return $input_fields;
118117
}
119118

0 commit comments

Comments
 (0)