diff --git a/plugins/statiegeld_tokens b/plugins/statiegeld_tokens index 4232d91..f2425ce 100644 --- a/plugins/statiegeld_tokens +++ b/plugins/statiegeld_tokens @@ -150,7 +150,7 @@ sub hook_checkout_prepare($class, $cart, $username, $transaction_id, @) { my $addon = $products->{"+$id"} // $products->{$id}; my $avail = $had_num_tokens_by_id{$id}; my $only = $avail ? "only $avail" : "0"; - _warn "you have $only deposit tokens of type $id ($addon->{description})"; + _warn "you have $only deposit tokens of type $id ($addon->{description})."; } # Store data