From 12d4d09c3629d05b88d7694a03d6b7b33397ea81 Mon Sep 17 00:00:00 2001 From: Luiz Freneda Date: Thu, 3 Mar 2016 11:23:53 -0300 Subject: [PATCH] correcting send_transmission_all_fields.js example typo user_type instead customer_type --- examples/transmissions/send_transmission_all_fields.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/transmissions/send_transmission_all_fields.js b/examples/transmissions/send_transmission_all_fields.js index 4f3a554..a41ccba 100644 --- a/examples/transmissions/send_transmission_all_fields.js +++ b/examples/transmissions/send_transmission_all_fields.js @@ -49,8 +49,8 @@ var reqOpts = { headers: { "X-Customer-Campaign-ID": "christmas_campaign" }, - text: "Hi {{address.name}} \nSave big this Christmas in your area {{place}}! \nClick http://www.mysite.com and get huge discount\n Hurry, this offer is only to {{user_type}}\n {{sender}}", - html: "

Hi {{address.name}} \nSave big this Christmas in your area {{place}}! \nClick http://www.mysite.com and get huge discount\n

Hurry, this offer is only to {{user_type}}\n

{{sender}}

" + text: "Hi {{address.name}} \nSave big this Christmas in your area {{place}}! \nClick http://www.mysite.com and get huge discount\n Hurry, this offer is only to {{customer_type}}\n {{sender}}", + html: "

Hi {{address.name}} \nSave big this Christmas in your area {{place}}! \nClick http://www.mysite.com and get huge discount\n

Hurry, this offer is only to {{customer_type}}\n

{{sender}}

" } } };