diff --git a/plugins/statiegeld b/plugins/statiegeld index fb41cf2..8ca1db4 100644 --- a/plugins/statiegeld +++ b/plugins/statiegeld @@ -68,6 +68,8 @@ sub command ($invocant, $cart, $command, @) { defined &RevBank::Plugin::products::read_products or die "statiegeld plugin requires products plugin"; + $command =~ /^\+/ and return NEXT; + my $sg = statiegeld_product($command) // return NEXT; if (not $sg) {