diff --git a/plugins/stock b/plugins/stock index 4cd4c64..dc4217f 100644 --- a/plugins/stock +++ b/plugins/stock @@ -2,7 +2,7 @@ HELP "cash" => "Checkout without a user account"; -sub command { +sub command :Tab(cash) { my ($self, $cart, $command) = @_; return NEXT if $command ne 'cash';