Skip to content

Commit

Permalink
Title-case the default order subject to be a little easier on the eye…
Browse files Browse the repository at this point in the history
…s (and spam filters)
  • Loading branch information
David Christensen committed Oct 19, 2016
1 parent c3d6b08 commit 9588967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Vend/Order.pm
Expand Up @@ -763,7 +763,7 @@ trying one more time. Fix this.},

track_order($order_no, $body);

$subject = $::Values->{mv_order_subject} || "ORDER %n";
$subject = $::Values->{mv_order_subject} || "Order %n";

if(defined $order_no) {
$subject =~ s/%n/$order_no/;
Expand Down

0 comments on commit 9588967

Please sign in to comment.