Skip to content

Commit

Permalink
stock
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholder committed Sep 16, 2024
1 parent d200a66 commit db15284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console/controllers/ResetDataController.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ResetDataController extends Controller
*/
public function actionIndex(): int
{
$reset = $this->prompt('Resetting Commerce data will permanently delete all orders, subscriptions, payment sources, customer data, addresses, inventory transactions, and and reset discount usages ... do you wish to continue?', [
$reset = $this->prompt('Resetting Commerce data will permanently delete all orders, subscriptions, payment sources, customer data, addresses, inventory stock levels and transactions, and and reset discount usages ... do you wish to continue?', [
'required' => true,
'default' => 'no',
'validator' => function($input) {
Expand Down

0 comments on commit db15284

Please sign in to comment.