diff --git a/plugins/statiegeld_tokens b/plugins/statiegeld_tokens index 44b20b9..ff2328c 100644 --- a/plugins/statiegeld_tokens +++ b/plugins/statiegeld_tokens @@ -143,7 +143,7 @@ sub _handle_undo($cart) { $tid ne $undo_tid } @tokens; - return @tokens ? join(" ", $username, @tokens) : undef; + return @tokens ? join(" ", $username, @tokens) . "\n" : undef; }; } }