X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FApp%2FWeb%2FOof.pm;h=f9f34f312c139d38f3da2f4eb8f9183b22de9533;hb=HEAD;hp=9c62d54214b154020c066f3554f17c82267683bc;hpb=2f1de030471417c7be33909e5787d2b42343c6a7;p=app-web-oof.git diff --git a/lib/App/Web/Oof.pm b/lib/App/Web/Oof.pm index 9c62d54..f9f34f3 100644 --- a/lib/App/Web/Oof.pm +++ b/lib/App/Web/Oof.pm @@ -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};