[interchange] Title-case the default order subject to be a little easier on the eyes (and spam filters)

David Christensen interchange-cvs at icdevgroup.org
Wed Oct 19 20:58:50 UTC 2016


commit 958896792d114ad1ac1bf1a769089aa41b6e2bf3
Author: David Christensen <david at endpoint.com>
Date:   Wed Oct 19 15:57:39 2016 -0500

    Title-case the default order subject to be a little easier on the eyes (and spam filters)

 lib/Vend/Order.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/Vend/Order.pm b/lib/Vend/Order.pm
index ac7e259..2003765 100644
--- a/lib/Vend/Order.pm
+++ b/lib/Vend/Order.pm
@@ -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/;



More information about the interchange-cvs mailing list