Bump version and update Changes
[app-web-oof.git] / lib / App / Web / Oof.pm
index 9c62d54214b154020c066f3554f17c82267683bc..f9f34f312c139d38f3da2f4eb8f9183b22de9533 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use utf8;
 use parent qw/Plack::Component/;
 
-our $VERSION = '0.000_007';
+our $VERSION = '0.000_008';
 
 use DBIx::Simple;
 use Email::Sender::Simple 'sendmail';
@@ -226,7 +226,7 @@ sub order_app {
                                header => [
                                        From    => $ENV{OOF_EMAIL_FROM},
                                        To      => $ENV{OOF_EMAIL_TO},
-                                       Subject => "Order $id placed",
+                                       Subject => "Order $id placed for ".stringify_money($parms{total}),
                                ],
                                body => 'A new order was placed.',
                        )) if $ENV{OOF_EMAIL_TO};
This page took 0.009813 seconds and 4 git commands to generate.