summaryrefslogtreecommitdiff
path: root/FS/FS/msg_template
diff options
context:
space:
mode:
authorJonathan Prykop <jonathan@freeside.biz>2015-09-25 17:06:44 -0500
committerMark Wells <mark@freeside.biz>2015-11-09 16:51:05 -0800
commitdc9b5a11c48ebdbcf907b6c009fb3f2a36847b05 (patch)
tree3799dac16fff113eb728624d6e5f375e9a30edeb /FS/FS/msg_template
parent7133b592b4bd28a9aa887f716cd7dc67a8bbdc7a (diff)
RT#37908: Convert existing email-sending code to use common interface [switched jobs to use cust_msg::process_send, bug fix to http]
Diffstat (limited to 'FS/FS/msg_template')
-rw-r--r--FS/FS/msg_template/http.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/msg_template/http.pm b/FS/FS/msg_template/http.pm
index a2b0986..9c4e68b 100644
--- a/FS/FS/msg_template/http.pm
+++ b/FS/FS/msg_template/http.pm
@@ -61,7 +61,7 @@ sub prepare {
};
# put override content _somewhere_ so it can be used
if ( $opt{'override_content'} ) {
- $document{'content'} = $opt{'override_content'};
+ $document->{'content'} = $opt{'override_content'};
}
my $request_content = $json->encode($document);