Skip to content

Commit

Permalink
Rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed May 22, 2023
1 parent 3a0db73 commit c3235c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions includes/mutation/class-order-create.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,12 @@ public static function get_input_fields() {
'isPaid' => [
'type' => 'Boolean',
'description' => __( 'Define if the order is paid. It will set the status to processing and reduce stock items.', 'wp-graphql-woocommerce' ),
),
],
'createdVia' => array(
'type' => 'String',
'description' => __( 'Order created via', 'wp-graphql-woocommerce' ),
),
);

)
];
return $input_fields;
}

Expand Down

0 comments on commit c3235c0

Please sign in to comment.