Skip to content

Commit

Permalink
Change schema description for api_restock
Browse files Browse the repository at this point in the history
  • Loading branch information
fitimvata committed Jul 1, 2021
1 parent 3e17c0b commit 482d019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function get_item_schema() {
);

$schema['properties']['api_restock'] = array(
'description' => __( 'When true, items are restocked.', 'woocommerce' ),
'description' => __( 'When true, refunded items are restocked.', 'woocommerce' ),
'type' => 'boolean',
'context' => array( 'edit' ),
'default' => true,
Expand Down

0 comments on commit 482d019

Please sign in to comment.